- Node v4.6.0 LTS
- Python v3.5.2
To get started, first run npm install. Then to open the app, run npm start.
The JavaScript code abides by the
Airbnb JavaScript style guide and
ESlint has been set up in the .eslintrc.json. To run the
linter, run npm run lint.
Unit tests will be run with the npm test command.
All pull requests must be reviewed by at least one member of the Void* Team before it can be merged. The pull request must also pass all unit tests and linters.