Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 361 Bytes

First-Time Setup

  1. $ npm install
  2. $ npm install bower -g
  3. $ npm install grunt -g
  4. $ bower install
  5. Install MongoDB (eg with brew install mongo)
  6. $ cp config/example.json config/dev.json. dev.json is used to store secrets like API keys.

Running

  1. Run Mongo (eg with instructions shown after brew installation)
  2. $ grunt start