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

fix: Update install-and-setup.mdx #9449

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Changes from all commits
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: 1 addition & 1 deletion src/content/docs/en/install-and-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Astro is built with Vite which targets browsers with modern JavaScript support b

If all goes well, you will see a success message followed by some recommended next steps. Now that your project has been created, you can `cd` into your new project directory to begin using Astro.

2. If you skipped the `npm install` step during the CLI wizard, then be sure to install your dependencies before continuing.
2. If you skipped the "Install dependencies?" step during the CLI wizard, then be sure to install your dependencies before continuing.

3. You can now [start the Astro dev server](#start-the-astro-dev-server) and see a live preview of your project while you build!
</Steps>
Expand Down
Loading