Game Service
On Mac use brew bundle
capnp
postgresql-dev
(whatever can give youlibpq
)just
- Container runtime and Docker Compose compatible tool
You will additionally need to link the installed libpq
crate via brew link --force libpq
# Bring up the dev services
kubectl apply -k manifests/overlays/development
# Generate env file
just
# Generate a default properties file
cargo run -- gen-config
# (In a new terminal) Port forward the db locally
just db-pf
# Start the server
cargo run