storybook
Start a storybook development instance.
archibald storybook|sb [options]
Options
| Option | Description |
|---|---|
-e, --environment [environment] | Specify environment to use. Environments are configured in Archibald config under project/environments property. |
-t, --tenant [tenant] | Specify tenant to use. Tenants are configured in Archibald config under project/tenants property. |
-p, --platform [platform] | Specify platform to use. Platforms are configured in Archibald config under project/platforms property. |
-o, --open [open] | Open Storybook in the browser after the build. |
-m, --mode [mode] | Specify compile mode to use. Possible values:
|
-vrcl, --vercel | Transform the production Storybook build into a static Vercel deployment. Only available when cli/storybook/vercel/active is true. See Vercel integration. |
-q, --quiet | Don't use interactive cli and run the command with default options. |
-h, --help | Show help commands. |
See also
- Storybook section — setup, writing stories, and how the integration works under the hood.
- Deploying Storybook to Vercel