Thanks for being willing to contribute!
- Fork and clone the repo
npm install
to install the dependencies for the project- Create a branch for your PR
You can use Storybook to watch your changes:
npm run storybook
Please, make sure that tests successfully passed before you commit your changes:
npm run test