makefile & doc

This commit is contained in:
lu.bai
2022-11-24 15:25:16 +08:00
parent f7b5854734
commit 9d095d21ec
3 changed files with 27 additions and 0 deletions
+12
View File
@@ -1,3 +1,15 @@
# hk4e
hk4e game server
## 开发快速上手
* Go >= 1.19
1. 首次需要安装工具 `make dev_tool`
1. 生成协议 `make gen`
## 快速运行
* mongodb
* nats-server
1. 启动dispatch `cd dispatch/cmd && go run .`
1. 启动gate `cd gate/cmd && go run .`
1. 启动gs `cd gs/cmd && go run .`