Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 230 Bytes

File metadata and controls

12 lines (11 loc) · 230 Bytes

Coderatic

A competitive programming website that has it's own judge. Inspired by codeforces, google kickstart and later on, lightOJ

To install dependencies,

cd server
npm install

To start the server

npm run dev