mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:51:06 +08:00
Since HTML projects can't be detected, it might as well be called out to use the HTML type explicitly in the docs
9 lines
312 B
Plaintext
9 lines
312 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 sb init --type html
|
||
```
|
||
|
||
If you run into issues with the installation, check the [Troubleshooting section](#troubleshooting) below for guidance on how to solve it.
|