storybook
Storybook
Commands
| Task | Command |
|---|---|
| Build static Storybook | pnpm storybook:build |
| Start Storybook dev | pnpm storybook:start |
Default action: When asked to "run Storybook" or "open Storybook" without further qualification, run pnpm storybook:start.
Commands may vary — always check
package.jsonscripts to confirm whatpnpm storybook:startactually invokes before running.
Before writing stories — explore the project first
Before creating or modifying stories, read the Storybook configuration to understand:
- Which addons are active in
.storybook/main.ts - How the Angular preview is configured in
.storybook/preview.ts— understand which global providers, decorators, and imports are available to all stories without explicit declaration
More from dnd-mapp/ai-standards
pull-request
Create a GitHub pull request from the current branch following this project's conventions. Use when the user asks to create a pull request, open a PR, or submit changes for review.
12prettier
>
11commit
Analyze all git changes (staged and unstaged), group them by intent, and commit each group using Conventional Commits format with scopes. Use when committing changes, making commits, or when the user asks to "commit" or "create commits" from current changes.
11eslint
>
11prisma
>
10angular
>
10