- Fork this repository to your own GitHub account and then clone it to your local device.
- Install the dependencies:
npm install
. - Develop your feature/bugfix.
- Be sure to format your commit messages according to the commit guidelines. See more about this on Conventional commits
- Add tests into
test
directory and try them withnpm test
. - Send the PR!