Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 344 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 344 Bytes

nuist-login

南京信息工程大学在线评测系统自助注册服务

部署

  1. 创建 .env.local 文件,写入

    OJ_SECRET=密钥
    

    其中密钥替换为 Leverage OJ 自助注册接口的哈希密钥

  2. 编译

    npm install
    npm run build
    
  3. 运行

    npm start