Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 299 Bytes

DEV.md

File metadata and controls

23 lines (15 loc) · 299 Bytes

开发指南

开发

在项目根目录下执行

cd website
# 安装依赖
npm ci
# 启动开发服务 localhost:3000
npm start

发布

推送master分支自动触发 github ci 构建发布站点 https://whinc.github.io/blog

博客开发

文档开发

应用开发