1.0.0 • Published 2 years ago

katarina-components-test v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Storybook

##Init of project npm install or yarn install

Start storybook

npm run storybook or yarn storybook

If we did some change and would like to do update app or storybook, you must be to check ES lint problems.

Check lint

npm run lint:fix or yarn lint:fix

After that you can do commit and push.

##Create chromatic update You can add your storybook to chromatic after your updates

npm run chromatic or yarn chromatic

Link to our Chromatic:

https://www.chromatic.com/apps?accountId=624fe33b9ce0e1003aab734e

###It was simple guide. Next is gonna be more!