app/docs: remove out of date storybook instructions (#13006)

This commit is contained in:
Bruce MacDonald
2025-11-08 13:28:18 -08:00
committed by GitHub
parent 91ec3ddbeb
commit e10a3533a5

View File

@@ -48,16 +48,6 @@ The `-dev` flag enables:
- CORS headers for cross-origin requests
- Hot-reload support for UI development
#### Run Storybook
Inside the `ui/app` directory, run:
```bash
npm run storybook
```
For now we're writing stories as siblings of the component they're testing. So for example, `src/components/Message.stories.tsx` is the story for `src/components/Message.tsx`.
## Build