Future GPF help center
Requires bower to install front-end dependencies. Run bower install
Start up mongo. mongodb
Then start the node app. REcommended to run using nodemon npm install -g nodemon nodemon app.js
mocha is used for testing. Needs to be installed globally.
npm install -g mocha
Tests go in /test