Storybook Setup
Note: This page summarizes our Storybook setup. See the original detailed record:
docs/STORYBOOK_SETUP_COMPLETE.mdin the repository.
How to Run
Section titled “How to Run”# Start dev serveryarn storybook
# Build static siteyarn build-storybookStorybook runs on http://localhost:6006
Key Points
Section titled “Key Points”- Location:
packages/storybook/ - Framework: React + Vite
- Addons: essentials, interactions, a11y
- Tailwind: Standardized on Tailwind v3 in workspace; Storybook config uses PostCSS with Tailwind
Troubleshooting
Section titled “Troubleshooting”- If Nx graph errors appear, ensure
.nxignoreexcludes heavy output folders and Expo plugin is disabled if not in use.