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