mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:21:23 +08:00
8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
Use the Storybook CLI to install it in a single command. Run this inside your existing project’s root directory:
|
||
|
||
```shell
|
||
# Add Storybook:
|
||
npx -p @storybook/cli sb init
|
||
```
|
||
|
||
If you run into issues with the installation, check the troubleshooting section below for guidance on how to solve it. |