This commit is contained in:
2025-01-20 15:38:15 +08:00
parent a0b76f1d51
commit b9cde3e874
14 changed files with 161 additions and 9 deletions

View File

@@ -8,6 +8,14 @@ The only dependencies for this project should be docker and docker-compose.
### Quick Start
1. 创建配置文件
```bash
cp config.toml.template config.toml
```
2. 启动项目
Starting the project with hot-reloading enabled
(the first time it will take a while):