- Clone the repository &
cd
into it. - Make sure
yarn
is on your machine and runyarn install
. - To watch for changes and kick off a sandbox server, run
yarn run serve
. - Navigate to
http://localhost:3000
to watch your changes against several examples.
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!