mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
|
|
||
|---|---|---|
| .. | ||
| assets/img | ||
| src | ||
| .eslintignore | ||
| BUILD.bazel | ||
| globals.d.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Storybook configuration
Check out the Storybook section in the Developing the Sourcegraph web app docs.
Usage
Storybook configuration is set up as a pnpm workspace symlink.
Important commands are exposed via root package.json:
pnpm storybook
pnpm storybook:build
Environment variables
# Load only a subset of stories to boost build performance.
STORIES_GLOB='client/web/src/**/*.story.tsx' pnpm start