Unverified Commit e10a3533 authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

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

parent 91ec3ddb
...@@ -48,16 +48,6 @@ The `-dev` flag enables: ...@@ -48,16 +48,6 @@ The `-dev` flag enables:
- CORS headers for cross-origin requests - CORS headers for cross-origin requests
- Hot-reload support for UI development - 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 ## Build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment