On Startup
The startup life cycle is meant to do a few main things:
Setup any Amphora Plugins
Register any sites and setup core routes
Seed the database with any default data
All of these processes are coordinated in setup.js.
Actions
Registering Plugins (Coming Soon!)
Add Site(s) (Coming Soon!)
Register Renderers/Environment Variables (Coming Soon!)
Last updated