$ npm install
$ npm install bower -g
$ npm install grunt -g
$ bower install
- Install MongoDB (eg with
brew install mongo
) $ cp config/example.json config/dev.json
.dev.json
is used to store secrets like API keys.
- Run Mongo (eg with instructions shown after brew installation)
$ grunt start