Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 461 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 461 Bytes

Workspace

Online competitive programming workspace, built with a MongoDB/Node/Express/React stack.

Has support for auto-saving, workspace sharing, parsing of Codeforces problems, and automatic testing on provided sample data.

Scripts

In production, run npm install && npm start in the client directory to compile the React templates. Then, in the base directory, run npm start with the proper setting for the MONGODB_URI environment variable.