- Git clone
yarn install
ornpm install
- run story book
npm run storybook
- open browser
http://localhost:6006/
to see the running storybook - after making a changes run
npm run rollup
to build the package - change the version based on the changes
- Publish story book
npm run deploy-storybook
- https://hidaytrahman.github.io/react-carbonui/ - publish -
npm publish
- only if you're logged in with npm account
Skip 6, 7 and 8