21 lines
399 B
Markdown
21 lines
399 B
Markdown
# test-project — 团队协作看板
|
||
|
||
团队协作看板(Kanban)项目仓库。
|
||
|
||
## 内容
|
||
|
||
- `app/kanban.html` — 看板应用页面
|
||
- `design/kanban.html` — 设计稿参考
|
||
|
||
## 克隆
|
||
|
||
```bash
|
||
git clone http://202.181.26.223:3000/admin/test-project.git
|
||
# 或 SSH:
|
||
git clone ssh://git@202.181.26.223:2222/admin/test-project.git
|
||
```
|
||
|
||
## Web UI
|
||
|
||
http://202.181.26.223:3000/admin/test-project
|