Skip to content

acm-mu/abacus

Repository files navigation

MU ACM Contest Software

Overview

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.

Technology

Local Development

Prerequisites

Installation

  • Clone this repo
  • Run sudo docker-compose up
  • After docker-compose from the terminal, open a new web browser window to localhost:3000

Creating a new branch

  • 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!

Project Board

View project board here