1.0.8 • Published 3 years ago
@luchianc-fortech/storybook v1.0.8
storybook
Storybook components project
clone
Since the project contains submodules, the clone command should contain --recursive
git clone --recursive git@git.fortech.ro: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.