Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 607 Bytes

USST Watch

USST 教务系统监控

运行环境

本程序运行于 Deno 环境。

推荐使用 Visual Studio Code 或其他现代编辑器打开项目文件夹后,进行配置文件的编写,以通过 TypeScript 的类型检查判断配置文件是否正确填写。

快速上手

# 配置项目
$ git clone [email protected]:BobLiu0518/USST-Score-Watch
$ cd USST-Score-Watch
$ deno i

# 重命名 config.example.ts 为 config.ts
$ mv config.example.ts config.ts

# 编辑 config.ts
$ code .

# 开始运行
$ deno run start