Skip to content

realliance/ipv8-game

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published