docs: README update

This commit is contained in:
ZiuChen 2022-08-16 10:24:46 +08:00
parent fa5828523e
commit ae2baf67f6

View File

@ -1,3 +1,12 @@
# 基于Vuepress的个人主页
`Github Page` + `Gitee Page` + `Vercel`
```sh
# 安装依赖
pnpm i
# 热更新
pnpm run docs:dev
# 构建
pnpm run docs:build
```