These steps will guide you through contributing to this project:
Fork the repo and install dependencies:
npm installMake and commit your changes:
npm run commitMake sure the commands the following commands are working:
npm run test:prod
npm run buildFinally 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).