You can contribute to this project by forking the repository, cloning it locally, making your fantastic changes and submitting a pull request.
Use these steps to contribute to the project:
- Fork the repository
- Clone the repository locally
- Run
npm ci
to install all the dependencies - Make your changes
- Run
npm lint
andnpm test
to make sure everything is working - Commit and push the changes to your fork
- Submit a pull request!