- Fork this repository to your own GitHub account and then clone it to your local environment
- Install the dependencies with
npm install
- Write your changes into
src/
- Add your tests into
test/
- Run
npm test
and make sure you have100%
of coverage
Enjoy hacking :)