mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:51:19 +08:00
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
Use the Storybook CLI to install it with a couple of commands. Run this inside your existing project’s 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. |