Skip to main content

storybook

Start a storybook development instance.

archibald storybook|sb [options]

Options

OptionDescription
-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:
  • development
  • production
-vrcl, --vercelTransform the production Storybook build into a static Vercel deployment. Only available when cli/storybook/vercel/active is true. See Vercel integration.
-q, --quietDon't use interactive cli and run the command with default options.
-h, --helpShow help commands.

See also