diff --git a/README.md b/README.md index 58492e2..1db2e54 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,12 @@ git clone https://https://github.com/OpenIMSDK/OpenKF ### 🚀 Run ```bash +Note: we need to run the backend server first +cd server go run main.go -``` -```bash + +open another terminal run the following command +cd web npm run dev ``` diff --git a/README_zh-CN.md b/README_zh-CN.md index 036ccd4..c2c91cf 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -48,6 +48,13 @@ git clone https://https://github.com/OpenIMSDK/OpenKF ### 🚀 运行 ```bash +注意: 我们需要先启动后端 +cd server +go run main.go + +打开另一个命令行 输入以下命令 +cd web +npm run dev ``` ## 🕋 架构图