Askgod is the NorthSec CTF backend that handles flags.
go --version # Should output `go version go1.24.1 linux/amd64`
go install github.com/go-delve/delve/cmd/dlv@latest # Install delve (go debugger)You should have a pop up if you opened the root directory in VS Code.
docker compose up -dPress F5.
./seed_data.shFrom the root directory:
make linuxThis will create two executables in ./bin/linux: askgod and askgod-server.
./bin/linux/askgod-server ./askgod.yaml.example