komomoo/vuepress-theme-resume
nvm use 16 # 高版本可能报错
# 安装 yarn
npm install --global yarn
# git clone 仓库
git clone https://github.com/komomoo/vuepress-theme-resume.git
cd vuepress-theme-resume
# git remote 自己的仓库地址,因为 fork 的仓库不能设为私有仓库,故采用这种方式
git remote set-url origin git@github.com:imhuay/vuepress-theme-resume.git
git push
# 添加原仓库地址,以便更新
git remote add author git@github.com:komomoo/vuepress-theme-resume.git
git pull author master
# 安装依赖包
yarn # 或 npm i
# 开始
yarn dev # 或 npm run dev
# 编辑位置:example/README.md