diff --git a/docs/get-started/example-onboarding-wizard.png b/docs/get-started/example-onboarding-wizard.png new file mode 100644 index 000000000000..bc1c173ae0a6 Binary files /dev/null and b/docs/get-started/example-onboarding-wizard.png differ diff --git a/docs/get-started/example-welcome.png b/docs/get-started/example-welcome.png index 617ae488d068..f9e103cd6657 100644 Binary files a/docs/get-started/example-welcome.png and b/docs/get-started/example-welcome.png differ diff --git a/docs/get-started/install.md b/docs/get-started/install.md index 15861bb46364..b74c9657a3f3 100644 --- a/docs/get-started/install.md +++ b/docs/get-started/install.md @@ -46,7 +46,21 @@ The command above will make the following changes to your local environment: - ๐Ÿ“ Add some boilerplate stories to get you started. - ๐Ÿ“ก Set up telemetry to help us improve Storybook. Read more about it [here](../configure/telemetry.md). -Depending on your framework, first, build your app and then check that everything worked by running: + + +## Run the Setup Wizard + +If all goes well, you should see a setup wizard that will help you get started with Storybook introducing you to the main concepts and features, including how the UI is organized, how to write your first story, and how to test your components' response to various inputs utilizing [controls](../essentials/controls). + +![Storybook onboarding](./example-onboarding-wizard.png) + +If you skipped the wizard, you can always run it again by adding the `?path=/onboarding` query parameter to the URL of your Storybook instance, provided that the example stories are still available. + + + +## Start Storybook + +Storybook comes with a built-in development server featuring everything you need for project development. Depending on your system configuration, running the `storybook` command will start the local development server, output the address for you, and automatically open the address in a new browser tab where a welcome screen greets you. @@ -61,8 +75,6 @@ Depending on your framework, first, build your app and then check that everythin -It will start Storybook locally and output the address. Depending on your system configuration, it will automatically open the address in a new browser tab, and you'll be greeted by a welcome screen. - ![Storybook welcome screen](./example-welcome.png) There are some noteworthy items here: @@ -105,4 +117,14 @@ If all else fails, try asking for [help](https://storybook.js.org/community#supp + + +Now that you have successfully installed Storybook and understood how it works, let's continue where you left off in the [setup wizard](#run-the-setup-wizard) and delve deeper into writing stories. + + + + + Now that you installed Storybook successfully, letโ€™s take a look at a story that was written for us. + +