Thanks for being willing to contribute!
- Fork and clone the repo
$ npm install
to install dependencies$ npm start
to start dev server- Create a branch for your PR
This project uses commitizen – please read about it here.
Once you are ready to commit the changes, please use the below commands
git add <files to be committed>
$ npm run commit
... and follow the instruction of the interactive prompt.