mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-16 20:11:02 +08:00
23 lines
364 B
Markdown
23 lines
364 B
Markdown
# OpenIsle Documentation
|
|
|
|
## 要求
|
|
|
|
使用 [bun](https://bun.com/) 作为工具链的运行时,版本 1.2+。
|
|
|
|
使用 [Fumadocs](https://fumadocs.dev/) 作为文档工具。
|
|
|
|
## 开发调试
|
|
|
|
```bash
|
|
bun install
|
|
bun dev
|
|
```
|
|
|
|
## 项目结构
|
|
|
|
使用以下路由:
|
|
|
|
- `frontend/` 前端技术文档
|
|
- `backend/` 后端技术文档
|
|
- `openapi/` 后端 API 文档
|