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