- Clone the repository &
cd
into it. - Make sure
yarn
is on your machine and runyarn install
. - To spin up locally with hot reloading, execute
yarn run dev
. - When you're ready to compile for production, run
yarn run build
.
If you have a feature request or bug you've noticed, please make an issue on Github, and assign the appropriate label.
To make a pull request, please follow these steps.
- Make a descriptive issue.
- Fork the repository.
- Create a new branch with a brief, descriptive name.
- Make a pull request to the master branch and note in the PR description that it closes the issue you previously created.
... for contributing!