# Contributing
First run `yarn` to install the project's dependencies.  Here are a list of commands for different scenarios.

### I want to fix an issue, or add a feature what do I do?
1. Fork the project!
2. Make your branch with `git flow feature start <NAME_OF_FEATURE>`
3. Spin up the example using `yarn develop`
4. When you're all done, run `yarn test && yarn lint`
5. Open a PR!