Skip to content

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:

ScriptDescription
pnpm c:dev:storybookStart Storybook dev server (port 6006)
pnpm c:build:storybookBuild static Storybook site
pnpm c:preview:storybookRun Storybook preview locally
pnpm c:e2e:storybookRun 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.

References

Providers