To start local development, install npm dependencies (npm i
) and run npm start
in the root of the project to run a hot-reloading development version of the app.
With npm dependencies installed (npm i
), run npm run dist
in the root of the project to build the app to dist/
.
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:
- Fork this project
- Create a branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-branch
) - Submit a pull request!