2023-04-06 14:17:13 +01:00

10 lines
441 B
Plaintext

- Add the `--type html` flag to the installation command to set up Storybook manually:
```shell
npx storybook@latest init --type html
```
- For other installation issues, check the React README files for additional instructions:
- [HTML with Webpack]( https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-webpack5)
- [HTML with Vite](https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-vite)