Modern Chess is a two-player chess experience with a Next.js frontend and a Node.js WebSocket server for real-time multiplayer. The repository also includes the legacy HTML/CSS/JS implementation for reference.
A working version of this game can be found here: https://chess-championship-arena.vercel.app/
ws)pnpm install (recommended)npm installpnpm dev or npm run devpnpm installpnpm dev (recommended for development)pnpm build && pnpm startHealth check: http://localhost:8080/health
From the repository root:
docker compose up --buildThis starts:
ws://localhost:8080This project is licensed under the MIT License. See LICENSE for details.