First run yarn
to install the project's dependencies. Here are a list of commands for different scenarios.
- Fork the project!
- Make your branch with
git flow feature start <NAME_OF_FEATURE>
- Spin up the example using
yarn develop
- When you're all done, run
yarn test && yarn lint
- Open a PR!