fbredius/storybook

View on GitHub
docs/get-started/installation-command-section/react.mdx

Summary

Maintainability
Test Coverage
Use the Storybook CLI to install it in a single command. Run this inside your _existing project’s_ root directory:

```shell
# Add Storybook:
npx sb init
```

If you run into issues with the installation, check the [Troubleshooting section](#troubleshooting) below for guidance on how to solve it.