Kyle Gach e190a8cdb9 Update install docs
- Emphasize requirement to install in existing project
- Add link to Troubleshooting section
- Update welcome screenshot to include correct "edit" filename
- Re-arrange content order, so that Troubleshooting isn't last
- Update React Storybook examples
    - Remove react-native-web, as that project no longer uses Storybook
    - Point to SB Design System instead of react-dates, as it uses modern features
2021-09-28 12:16:49 -06:00

13 lines
383 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 sb init
# Add Ember storybook adapter
ember install @storybook/ember-cli-storybook
```
If you run into issues with the installation, check the [Troubleshooting section](#troubleshooting) below for guidance on how to solve it.