This is an attempt for me to practice my UI development and build a basic game server with web sockets. I may or may not try to deploy it somewhere.
npm cinpm startThe repo is organized into 2 npm workspaces, which are located in the packages directory
packages/client- The client-side of the application that is served to browserspackages/server- The server-side of the application that governs game state