Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[install-auto] add note about dev toolbar - merge after 5538 #5595

Merged
merged 3 commits into from
Dec 5, 2023
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
2 changes: 2 additions & 0 deletions src/content/docs/en/install/auto.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ If all goes well, Astro should now be serving your project on [http://localhost:

Astro will listen for live file changes in your `src/` directory, so you will not need to restart the server as you make changes during development.

When viewing your site in the browser, you'll have access to the [Astro dev toolbar](/en/reference/configuration-reference/#dev-toolbar-options). As you build, it will help you inspect your [islands](/en/concepts/islands/), spot accessiblity issues, and more.
sarah11918 marked this conversation as resolved.
Show resolved Hide resolved

If you aren't able to open your project in the browser, go back to the terminal where you ran the `dev` command and look to see if an error occurred, or if your project is being served at a different URL than the one linked to above.

## Starter Templates
Expand Down
Loading