accounts/docs/development/dev-setup.md
2026-01-26 22:21:11 +08:00

27 lines
294 B
Markdown
Raw 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.

# 开发环境
## 依赖
- Go 1.25.1
- PostgreSQL如使用 postgres store
- 可选:`air` 热重载工具
## 初始化
```bash
make init-db
make build
```
## 运行
```bash
make start
# 或
make dev
```
## 热重载
`make dev` 会检测 `air`,未安装会提示安装链接。