Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 675 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 675 Bytes

Judge

An online judge system.

Getting started

external packages

  • Install mongodb
  • Install redis by
    sudo apt install redis-server
  • Install npm
  • Install firejail by
    sudo apt install firejail

npm

# install dependencies
npm install
# start live client and server development server
npm run dev

# start production server
npm start

Notes on npm packages

  • Webpack 4.x does not work.

Obtain Environment Configurations

set you environment configurations in /config.js

in your code, get back your configs by using process:config