Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 379 Bytes

File metadata and controls

15 lines (10 loc) · 379 Bytes

Use the Storybook CLI to install it in a single command. Run this inside your existing project’s root directory:

  • With npm:
npx storybook init --type html
  • With pnpm:
pnpm dlx storybook init --type html

If you run into issues with the installation, check the Troubleshooting section below for guidance on how to solve it.