beerpong-elo/README.md
2025-02-02 15:11:35 +01:00

13 lines
234 B
Markdown

# Beerpong Elo
An ELO system for 2v2 beerpong with web interface and graphql api. Using Svelte 5 for the frontend.
# Building
Requires go
`make build`
## Docker
Building the docker image: `make docker` and `make docker-local`.