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