mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
commit
68e638a09e
@ -27,7 +27,7 @@ title: 'Install Storybook'
|
||||
|
||||
<summary><code>sb init</code> is not made for empty projects</summary>
|
||||
|
||||
Storybook needs to be installed into a project that is already setup with a framework. It will not work on an empty project. There are many ways to bootstrap an app in a given framework including:
|
||||
Storybook needs to be installed into a project that is already set up with a framework. It will not work on an empty project. There are many ways to bootstrap an app in a given framework including:
|
||||
|
||||
- 📦 [Create an Angular Workspace](https://angular.io/cli/new)
|
||||
- 📦 [Create React App](https://reactjs.org/docs/create-a-new-react-app.html)
|
||||
@ -42,7 +42,7 @@ During its install process, Storybook will look into your project's dependencies
|
||||
The command above will make the following changes to your local environment:
|
||||
|
||||
- 📦 Install the required dependencies.
|
||||
- 🛠 Setup the necessary scripts to run and build Storybook.
|
||||
- 🛠 Set up the necessary scripts to run and build Storybook.
|
||||
- 🛠 Add the default Storybook configuration.
|
||||
- 📝 Add some boilerplate stories to get you started.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user