- Fork the repository and create your branch from master.
- To install the project:
yarn install
- Running tests:
yarn test
oryarn test:watch
- Running dev environment to work on
yarn storybook
and head to https://localhost:6006
- Push to github.
- If you’ve fixed a bug or added code that should be tested, add tests.
- Open a Pull Request with the following guidelines:
- Set title prefix to feature/bug and supply a descriptive PR title.
- Add description to your Pull Request describing your change.
- Once your Pull Request is issued the test suite and build processes will run and we will review your change.