mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:51:05 +08:00
8 lines
413 B
Plaintext
8 lines
413 B
Plaintext
- Add the `--type svelte` flag to the installation command to set up Storybook manually:
|
|
|
|
```shell
|
|
npx sb init --type svelte
|
|
```
|
|
|
|
- For issues with Svelte Native Story Format, check the [Svelte Story Format addon repository](https://github.com/storybookjs/addon-svelte-csf) for instructions.
|
|
- For other installation issues, check the [Svelte README](../../app/svelte/README.md) for additional instructions. |