Skip to content

tzupengwang/adajudge

 
 

Repository files navigation

Installation

# make sure you have node, npm, mongo installed
# make sure mongod is started
# make sure gulp is installed, or do
npm install -g gulp

# Install package, it would take a while
npm install

# Make zbox
(cd judger && make)

gulp init
# Semantic auto install is bugged
# So choose extend my settings > automatic manually when prompted

gulp build

# Run server
cd dist
node server.js

Issue

Kindly submit any issue you found on github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.6%
  • C++ 38.4%
  • HTML 9.0%
  • C 3.6%
  • CSS 3.2%
  • Makefile 0.1%
  • Shell 0.1%