This Open Source competition judging software is designed for the Marquette ACM Programming Competition. It was created by Marquette students, and modeled after Kattis, the judging software used for ICPC.
- Clone this repo
- Run sudo docker-compose up
- After docker-compose from the terminal, open a new web browser window to
localhost:3000
- in your terminal/powershell, cd to the root of your abacus clone
- git checkout master
- git pull
- git checkout -b initials-issue# (example - jd-101)
After doing this, you should have your own branch created, and can now start working on changes!