Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 471 Bytes

how.md

File metadata and controls

12 lines (10 loc) · 471 Bytes

Basic Steps

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

Skip 6, 7 and 8