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

i18n(zh-cn): Update install-and-setup.mdx #9466

Merged
merged 3 commits into from
Oct 7, 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/zh-cn/install-and-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Astro 使用 Vite 构建,Vite 默认针对支持现代 JavaScript 的浏览器

如果一切顺利,你将看到一个成功信息,随后是一些推荐的后续步骤。现在你的项目已经创建好了,你可以 `cd` 进入你的新项目目录开始使用 Astro。

2. 如果你在 CLI 向导中跳过了 `npm install` 步骤,那么在继续之前请确保安装你的依赖。
2. 如果你在 CLI 向导中跳过了 "Install dependencies?"(安装依赖?) 步骤,那么在继续之前请确保安装你的依赖。

3. 现在你可以 [启动 Astro 开发服务器](#启动-astro-开发服务器) 并在构建时看到你的项目的实时预览!
</Steps>
Expand Down
Loading