@cartiv/app-storybook

This app is the style guide displaying all of the components we build in an isolated environment.

Usage no npm install needed!

<script type="module">
  import cartivAppStorybook from 'https://cdn.skypack.dev/@cartiv/app-storybook';
</script>

README

App Storybook

Storybook

This app is the style guide displaying all of the components we build in an isolated environment.

When you work on a component you would want to run only this component and the storybook app in dev mode. To achieve this, create an npm script in the main package.json that looks like this:

"COMPONENT_NAME-dev":"lerna run --parallel dev --scope=*{@cartiv/app-storybook, @cartiv/COMPONENT_NAME}*"