mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 03:31:06 +08:00
9 lines
307 B
Plaintext
9 lines
307 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 storybook init
|
||
```
|
||
|
||
If you run into issues with the installation, check the [Troubleshooting section](#troubleshooting) below for guidance on how to solve it.
|