Skip to content

🎯 The online judge system of One Student One Chip project.

License

Notifications You must be signed in to change notification settings

oscc-web/ysyx-oj-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

一生一芯计划在线评测系统

screenshot

Project Version Node Version License
GitHub Watchers GitHub Stars GitHub Forks

中文简体 | English

预览: 一生一芯在线评测系统网站

特性

  • 系统框架全部自己实现
  • 支持本地上传源码文件
  • 支持在线查看评测结果
  • 支持切换多种主题样式
  • 支持自定义判题服务器

依赖

  • dayjs版本 >= 1.11.7
  • formidable版本 >= 1.2.1
  • uuid版本 >= 9.0.0

使用

下载仓库

$> cd your-workspaces
$> git clone [email protected]:oscc-web/ysyx-oj-system.git

安装依赖

$> npm install

配置系统

根据本地开发机或远程服务器的端口占用情况,酌情修改config/config.js文件中port属性,确保与已启动服务端口不冲突即可。

运行系统

$> npm run init      # 初始化系统
$> npm run serve-dev # 运行服务器

更新仓库

$> cd your-workspaces/ysyx-oj-system
$> git pull

反馈

  • 在本项目的GitHub Issues上提交错误或优化建议。
  • 可以给我的电子邮箱发送你对本项目未来发展的想法或建议。

贡献

目前本项目的开发者只有我自己,我非常欢迎全世界的开源爱好者能够参与到本项目后续的开发过程中,如果你对本项目感兴趣并且愿意分享你的创意想法,请向我提交GitHub Issues或发送电子邮件,非常感谢!

感谢

About

🎯 The online judge system of One Student One Chip project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published