Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 753 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 753 Bytes

IPv8

Game Service

codecov

Getting Started

Install dependencies

On Mac use brew bundle

  • capnp
  • postgresql-dev (whatever can give you libpq)
  • just
  • Container runtime and Docker Compose compatible tool

Note for Mac

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