fbredius/storybook

View on GitHub
docs/get-started/installation-problems/html.mdx

Summary

Maintainability
Test Coverage
- Add the `--type html` flag to the installation command to set up Storybook manually:

  ```shell
  npx sb init --type html
  ```

- For other installation issues, check the [Html README](../../app/html/README.md) for additional instructions.