Install the NVM following the instructions: NVM Installation Guide.
Them run the commands below to install the correct Node.JS version and the application dependencies.
$ nvm install 6.2.0
$ npm install
If you having troubles with npm dependencies try run the commands below:
$ npm cache clear
$ npm install
$ nvm use 6.2.0
$ npm start
We use the Jest Testing Framework.
$ npm test
- Checklist by David Courey from the Noun Project
- AI by mungang kim from the Noun Project
- Science by Akriti Bhusal from the Noun Project
- Success File by Ben Davis from the Noun Project
Want to contribute to this project? See the Contribution Guide for more informations.