Install nodejs
and npm
.
Use
$ npm install
to install some required packages.
Run
$ node index.js --cid <contest_id>
to auto parsing the data from the contest with given contest id. The output will automatically write into webapp
, so after this command, just follow the steps in webapp
to build a web server.