2021-02-23 00:26:03 +00:00

12 lines
378 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 with a couple of commands. Run this inside your existing projects root directory:
```shell
# Add Storybook:
npx -p @storybook/cli sb init
# Add Ember storybook adapter
ember install @storybook/ember-cli-storybook
```
If you run into issues with the installation, check the troubleshooting section below for guidance on how to solve it.