apps/storybook directory runs Storybook as a frontend workshop for the design system.
Overview
Storybook ships pre-configured with every shadcn/ui component, the correct fonts, and matching providers so it renders the same as your app.Adding stories
Create.stories.tsx files in apps/storybook/stories. Each component gets its own file:
apps/storybook/stories/button.stories.tsx