Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 621 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 621 Bytes

Issues

If you encounter an issue with this sample app, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible somebody has encountered this issue already.

Pull Requests

If you want to contribute to the repository, here's a quick guide:

  1. Fork the repo
  2. Develop your code changes
  3. Ensure eslint is happy: npm run lint
  4. Commit your changes
  5. Push to your fork and submit a pull request

Publishing a Github Page

To publish to the main site, use the npm deploy top update to gh-pages branch.