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