Family-Tree/readme.md

9 lines
360 B
Markdown
Raw Permalink 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.

## 项目结构
- `doc`是基于vuepress的文档项目
- `gateway`使用golang的gin框架作为网关`doc`内打包的静态网页交给网关权限控制
- `script`内包含关于本项目有关的脚本例如部署脚本从原始PDF中提取信息的脚本
## 开发
- `go run main.go`运行项目
- `./update.sh [dev|prod]`进行部署项目