npm install
A .prettierrc file is available to maintain the coding style. Besides, your code will automatically be formatted by the pre-commit hook.
Run the unittest using the below command:
npm test
Before submitting your Pull Request, please do the following steps:
- Add any changes you want.
- Add tests for the new changes.
- Edit documentation (
README.md
) if you have changed something significant. - Commit your changes using semantic commit message.
Examples:"fix: Fixed foobar bug"
,"feat(accounts): Added foobar feature on accounts"
.
You can contribute by spreading a word about this library. It would also be a huge contribution to write a short article on how you are using this project. You can also share your best practices with us.