From e10a3533a5c6c2eb4ab266de1631907bcfd64d73 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Sat, 8 Nov 2025 13:28:18 -0800 Subject: [PATCH] app/docs: remove out of date storybook instructions (#13006) --- app/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/README.md b/app/README.md index fcacc07a..eadf3447 100644 --- a/app/README.md +++ b/app/README.md @@ -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