Contributions are welcome!
- Fork this repository and clone it
- Run
yarn
to install all dependencies - Make your changes. Do not change
dist
directory files manually - Quick way to test it is to run
yarn start
and check it in your browser - Run
yarn build
to build minified files - Commit your changes and make PR