TheDocumentation Index
Fetch the complete documentation index at: https://mf2.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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