Found a bug? Have a problem / idea? Please check past issues, maybe someone already had that problem.
-
Fork and clone the repo
-
Install all dependencies:
npm i
-
Development is made via Storybook. Start it (on port
6006
) by running:npm run storybook
Before you create PR, make sure all tests are passing.
npm test