Skip to content

How to contribute

  1. Fork this repo
  2. npm i or yarn to install packages
  3. Have fun with coding
  4. Submit a Pull Request!

Testing

To develop or testing purposes:

  1. git clone [repo_url]
  2. cd to the root project folder (package.json)
  3. npm i or yarn to install packages

To run tests, just execute on project root:

npm run test or yarn run test

Released under the MIT License.