From 5baead043aef294ae72574399cd1a776e31ab076 Mon Sep 17 00:00:00 2001 From: Brian Kirkpatrick Date: Wed, 4 Mar 2026 18:58:22 -0800 Subject: [PATCH] added note on storybook task --- TASKS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TASKS.md b/TASKS.md index 3ca75af..7a232fe 100644 --- a/TASKS.md +++ b/TASKS.md @@ -59,3 +59,8 @@ - Test store actions and selectors - Test component rendering - Test persistence layer + +- [ ] **3.5 Add Storybook support** + - Introduces parallel build (vite internally) but core app remains no-build + - Storybook includes raw/native web component support + - Ensure individual components and layouts are properly organized, documented, demonstrated, and tested