mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
4 lines
435 B
Plaintext
4 lines
435 B
Plaintext
- You can also setup Storybook manually through the Storybook CLI. Add the `--type angular` flag when you initialize Storybook in your project.
|
|
- If there's an installation problem, check the [README for the Angular framework](../../app/angular/README.md).
|
|
- Check if you're running the install command in the root directory of your project, or if you're working with a monorepo from the directory where the `angular.json` is located.
|