Travis Waith-Mair 5b2c412031
make command for html explicit
Since HTML projects can't be detected, it might as well be called out to use the HTML type explicitly in the docs
2022-03-10 16:34:20 -06:00

9 lines
312 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Use the Storybook CLI to install it in a single command. Run this inside your _existing projects_ root directory:
```shell
# Add Storybook:
npx sb init --type html
```
If you run into issues with the installation, check the [Troubleshooting section](#troubleshooting) below for guidance on how to solve it.