# Mafia Online Online Mafia (also known as Werewolf) party game. Gather at least four people, join the same lobby with a code, and have fun together, no matter where you are!   ## Usage ### Self-host Put this in `.env`: ```.env BACKEND_PORT=8000 FRONTEND_PORT=5173 VITE_WEBSOCKET_URL=ws://localhost:8000 ``` Run `docker compose up --build`. ## Shipwrecked