Storybook Hub
Overview
Storybook is the component development and documentation tool for Kartuli UI components. It is a build tool (not deployable as a product); it runs in staging CI only (no production pipeline).
In-repo README: tools/storybook/README.md
Root scripts that apply
From the repository root you can use:
| Script | Description |
|---|---|
pnpm c:dev:storybook | Start Storybook dev server (port 6006) |
pnpm c:build:storybook | Build static Storybook site |
pnpm c:preview:storybook | Run Storybook preview locally |
pnpm c:e2e:storybook | Run E2E tests against local Storybook (BASE_URL=http://localhost:6006) |
See Root scripts for the full list of root-level commands.
CI/CD
- CI/CD Staging — Runs on PR when Storybook is affected; build, preview, E2E smoke.
Storybook has no production deploy workflow.