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