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