DOJO is an online judge that orchestrates other online judges, so you can simulate ICPC-like competitions with problems from multiple sources, like Codeforces, Online Judge (old UVa), URI and more. It's similar to Virtual Judge.
🚧 Currently under development 🚧
Table of contents:
This repository is a yarn workspaces mono-repo with both back-end and front-end inside the packages folder.
You'll also need to install the project's dependencies. To do this, run yarn install
on the root directory.
After the step above, check each package's README file for more instructions.