fbredius/storybook

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

Summary

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

  ```shell
  npx sb init --type web_components
  ```

- For other installation issues, check the [Web Components README](../../app/web-components/README.md) for additional instructions.