chore: add 'just storybook' recipe

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-05 17:00:09 +02:00
parent ffcfb41c7e
commit e7ae41362e
+4
View File
@@ -16,5 +16,9 @@ fmt:
lint:
cargo clippy --workspace --all-targets -- -D warnings
# Run Storybook (web component explorer) on http://localhost:6006
storybook:
cd web && pnpm storybook
# Format, lint, and test
check: fmt lint test