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