mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 03:41:06 +08:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
- Add the `--type html` flag to the installation command to set up Storybook manually:
|
|
|
|
```shell
|
|
npx sb init --type html
|
|
```
|
|
|
|
- For other installation issues, check the [Html README](../../app/html/README.md) for additional instructions. |