To install dependencies

npm install

If you would like to add additional dependencies, simply run

npm install --save <package-name>

To run the test suite

npm test

Test output is written to both stdout and integration-test.log

To run the app:

npm start