mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:51:08 +08:00
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
- Add the `--type riot` flag to the installation command to set up Storybook manually:
|
|
|
|
```shell
|
|
npx sb init --type riot
|
|
```
|
|
|
|
- For other installation issues, check the [Riot repository](https://github.com/storybookjs/riot/) for additional instructions. |