Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 624 Bytes

Thanks for contributing, you rock!

Please read https://reactjs.org/ and the Code of Conduct before opening an issue.

Found a Bug?

Please provide detailed steps to replicate, expected, and observed behavior.

Proposing New or Updated libraries?

Please explain why the change and show the output of yarn build before and after the change.

Making a Pull Request?

Pull requests need only the 👍 of two or more collaborators to be merged. Please include tests in your PR.

Development

  • yarn test starts Jest tests
  • yarn start starts a webpack dev server that will watch for changes and build the app