WARNING: Heavily Under Change Currently.
This is a gutted version of apostrophe. The following changes have been made so far (more will come as we make this into a good starting point)
- Sane
nodemon
settings for frustration free development npm start
to run nodemon correctly.
- Colors stripped from less files.
- Homepage template simplified.
- Default page template simplified.
Basic getting started with this repo steps.
- clone this repo
npm install
to install dependencies.node app apostrophe:reset
to create the database structure.npm start
to run nodemon which will automatically restart when files are changed.