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

Latest commit

 

History

History
18 lines (13 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 588 Bytes

Contributing

Reporting Issues / Suggesting Features

If you have found what you think is a bug or would like to suggest a feature, please file an issue.

Development

In order to contribute to this repository please follow the following steps:

  • Fork this repository
  • Set up for development by runnin npm run init-dev
  • Implement your changes
  • You can run the examples by running npm start this will build the app and serve it up on http://localhost:3000
  • Commit and push your changes
  • Submit PR for review