Full refactor of codebase

This commit is contained in:
Jonas Hahn
2025-09-18 16:51:57 +02:00
parent 0e6e48cd7b
commit 4168e92601
34 changed files with 1176 additions and 1062 deletions

View File

@@ -2,10 +2,5 @@
# Makefile for QRank #
######################
# Main target
run:
go run ./src
# Nix stuff
nix-run:
nix develop --command make run
setup:
cp default.env .env