git clone https://github.com/Everton747/dojos.git
Node.js
After git clone:
cd dojos
and install node dependencies:
npm install
For run tests:
npm run test
For run tests with -watch:
npm run test:tdd
npm run lint
- Everton Vanzela - Initial work - Everton747
This project is licensed under the MIT License - see the license.MD file for details