docs: add dev guide

This commit is contained in:
Innei
2022-03-17 09:07:45 +08:00
parent 5fa72507c4
commit 5fdc650e58

View File

@@ -64,6 +64,15 @@ wget https://cdn.jsdelivr.net/gh/mx-space/mx-server@master/docker-compose.yml
docker-compose up -d
```
## 开发环境
```
git clone https://github.com/mx-space/mx-server
cd mx-server
pnpm i
pnpm dev
```
## 项目结构
```