Skip to content

Commit

Permalink
Fix deploy check fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Freedyool authored Oct 15, 2024
1 parent 69ce85b commit 214e415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

1. clone 代码到你的本地 然后安装一个 node 环境 然后执行 npm ci 然后执行 npm run docs:dev
2. 如果你使用 github.dev 你就可以在 github codespaces 完成上面的过程(推荐)
3. 之后你就可以在命令中直接 Ctrl+左键 访问到 http://localhost:5173/ 来检查你的效果
3. 之后你就可以在命令中直接 Ctrl+左键 访问到 `http://localhost:5173/` 来检查你的效果

## 参考

- [vitepress指南](https://vitejs.cn/vitepress/guide/what-is-vitepress)
- [vitepress参考](https://vitejs.cn/vitepress/reference/site-config)
- [vitepress参考](https://vitejs.cn/vitepress/reference/site-config)

0 comments on commit 214e415

Please sign in to comment.