oring-ui-2
v1.3.0
Published
## [Story Book Demo](http://oring-stroybook-192.168.50.102.nip.io/)
Readme
Oring UI 2.0
Story Book Demo
How to run storybook
open two terminal, exceute the commands below separately
npm run start
npm run storybookHow to publish?
npm version [major | minor | patch ] -m "commit message"
npm publishHow to deploy static-storybook on github page?
This command will help you to build static files in "storybook-static" folder
npm build-storybook
After building static files, push static files to remote branch (gh-pages)
git subtree push --prefix storybook-static origin gh-pages
