These steps will guide you through contributing to this project:
Fork the repo and install dependencies:
npm install
Make and commit your changes:
npm run commit
Make sure the commands the following commands are working:
npm run test:prod
npm run build
Finally send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Make sure all of your commits are atomic (one feature per commit).