Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 399 Bytes

dennis-help

Future GPF help center

Requires bower to install front-end dependencies. Run bower install

How to start the app

Start up mongo. mongodb

Then start the node app. REcommended to run using nodemon npm install -g nodemon nodemon app.js

Testing

mocha is used for testing. Needs to be installed globally.

npm install -g mocha

Tests go in /test