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

14 lines
646 B
Plaintext

- You can also setup Storybook manually through the Storybook CLI. Add the `--type ember` flag when you initialize Storybook in your project.
- If you see the following message during the `@storybook/ember-cli-storybook` installation process:
```shell
The ember generate entity-name command requires an entity name to be specified.
For more details, use ember help.
```
This is just a warning! If you followed the instructions provided, everything should be properly configured.
- If you run into a installation problem, check the [README for the Ember framework](../../app/ember/README.md) for additional instructions.