This project requires node >= 4.0.0
due to hapi dependency.
$ npm install
# to begin development
$ npm run dev
# to run the test suite
$ npm run test
# to run linting
$ npm run lint
# to build for production
$ npm run build
# to run the production server
$ npm start
lint:staged
- lint staged JS files against semistandard