用文字简单点记录生活, 给岁月留下不可磨灭痕迹
English · 简体中文
# 克隆项目
git clone `repoUrl`
# 安装依赖
pnpm install
# 启动服务
npm run start
# 打包构建
npm run build
├─ config
├─ public
├─ scripts
├─src
│ ├───components
│ │ ├───Card
│ │ └───Electron
│ ├───css
│ ├───pages
│ │ └───interview
│ └───theme
│ └───Footer