How to contribute
- Fork this repo
npm ioryarnto install packages- Have fun with coding
- Submit a Pull Request!
Testing
To develop or testing purposes:
git clone [repo_url]cdto the root project folder (package.json)npm ioryarnto install packages
To run tests, just execute on project root:
npm run test or yarn run test