Apps
Storybook
The apps/storybook workshop for the components in @repo/design-system
apps/storybook runs Storybook on port 6006, as a workshop for the
components in @repo/design-system.
bun dev --filter storybookIt also starts as part of bun run dev at the repository root.
Configuration
Every shadcn/ui component in the design system has a story. Storybook loads the same fonts and the
same providers the applications do, so a component renders here the way it renders in apps/app.
That parity is the point: a component reviewed against the design tokens in a workshop that styles it differently has not been reviewed.
Adding a story
Stories live in apps/storybook/stories, one .stories.tsx per component.