@luchianc-fortech/storybook
v1.0.8
Published
Storybook components project
Readme
storybook
Storybook components project
clone
Since the project contains submodules, the clone command should contain --recursive
git clone --recursive [email protected]:jscommunity/storybook.gitinstall
npm installlink the files
bash ./DotFiles/setup.shNOTE: if you run into 'Permission Denied' error, just chmod it
example:
chmod 744 ./DotFiles/setup.shrun project
npm run storybookThings to consider
- Don't name files or directories with names that include "-". The build will fail.
- Every component needs to be wrapped inside
ThemeWrapperto inject the styles.
