ZiuChen.github.io/README.md
2023-01-09 23:45:02 +08:00

18 lines
305 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基于VitePress的个人主页
*Github Action驱动一次推送 多端部署*
[Github Page](https://ziuchen.github.io/)
[Gitee Page](https://ziuchen.gitee.io/)
[Vercel](https://ziuchen.vercel.app/)
```sh
# 安装依赖
pnpm i
# 热更新
pnpm run dev
# 构建
pnpm run build
```