Newer
Older
exp-cats-new / README.md

Exp-Cats

This repository contains a minimal starter for a multiplayer‑card game “Cat Explosion”.

Run locally

# start services and run backend on 8000
docker compose up -d
# visit http://localhost:8000

Build

docker build -t exp-cats:latest .