Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 383 Bytes

Contributing

Thanks for being willing to contribute!

Project setup

  1. Fork and clone the repo
  2. npm install to install the dependencies for the project
  3. 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