Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/content/1.getting-started/1.setup.md
Co-authored-by: Damian Głowala <[email protected]>
  • Loading branch information
tobiasdiez and DamianGlowala authored Jul 13, 2024
commit 8cbf783078596b9455cbe09c94d09cdf14af1a9d
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ That's it! You can now use Storybook in your Nuxt app ✨

## Usage

When you run your Nuxt app in development mode, the Storybook server will automatically start in the background. The url to access Storybook will be displayed in the console (usually `http://localhost:6006`).
When you run your Nuxt app in development mode, the Storybook server will automatically start in the background. The URL to access Storybook will be displayed in the console (`http://localhost:6006` by default).
If you want to start Storybook without running your Nuxt app, you can use the following command:

::code-group
Expand Down