Real-time card game based on Nertz. Currently my playground for full stack application development, trying out new technologies, and improving on egregious vibe-coding practices.
Client: React + Tailwind CSS, Vite for dev/tooling, Zustand for state management
Server: NestJS, Prisma (ORM + PostgreSQL), Redis + Socket.IO
make up # Start services
make down # Stop servicesClient runs on :3030, server on :3031.