- Clone the repository &
cd
into it. - Run
npm install
. - To spin up locally with hot reloading, execute
npm run serve
. - When you're ready to compile for production, run
npm 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!