Browse Source
update misleading readme and add missing running method on readme_zh-CN (#48)
Signed-off-by: charles-chenzz <Rekles666@gmail.com>
tags/v0.1.0
charles-chenzz
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
12 additions and
2 deletions
-
README.md
-
README_zh-CN.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 |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
@@ -48,6 +48,13 @@ git clone https://https://github.com/OpenIMSDK/OpenKF |
|
|
|
### 🚀 运行 |
|
|
|
|
|
|
|
```bash |
|
|
|
注意: 我们需要先启动后端 |
|
|
|
cd server |
|
|
|
go run main.go |
|
|
|
|
|
|
|
打开另一个命令行 输入以下命令 |
|
|
|
cd web |
|
|
|
npm run dev |
|
|
|
``` |
|
|
|
|
|
|
|
## 🕋 架构图 |
|
|
|
|