Skip to content

Commit

Permalink
📝 add draw.io to write project graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jan 15, 2024
1 parent 5c23c91 commit 3e32ba5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## admin(项目后台)

开发环境启动
```shell
pnpm dev:admin
```

## server(项目服务端)

开发环境启动
```shell
pnpm dev:server
```

## web(项目前台)

开发环境启动
```shell
pnpm dev:web
```
1 change: 1 addition & 0 deletions drawio/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## 存放[draw.io](https://draw.io/)生成的流程图

0 comments on commit 3e32ba5

Please sign in to comment.