mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
13 lines
184 B
Markdown
13 lines
184 B
Markdown
# ExamSchedule
|
||
|
||
ExamShowboard的轻量级实现
|
||
|
||
## 快速使用
|
||
|
||
填写`exam_config.json`后,确保安装Python。然后执行:
|
||
|
||
```bash
|
||
python3 -m http.server 8000
|
||
```
|
||
|
||
即可。 |