Get the best parts of Y-Combinator's Hacker News - the links to awesome github projects
- Install node.js on your system
- Install dependencies
- Run migrations
- Run the app
$ npm install
$ npm run migrate
$ npm start
Tests are run using mocha.
$ npm test
You can also run the jshint linter quite easily:
$ npm run lint
Configuration is done using environment variables. Sane defaults are provided for a dev environment, but require dev dependencies to be installed.