Multiplayer 8-Ball pool, implemented using Polymatic framework, Socket.io, Planck/Box2D physics engine, and SVG rendering.
Make sure you have node.js/npm installed.
Install dependencies:
npm install
Run locally for development:
npm run dev
In production first build frontend, then start the server:
npm run build
npm start