This is a simple web-based multiplayer version of the dominos game Mexican Train.
This is intended to be hosted locally, with a group of friends you can trust, as no effort has been given to prevent any sort of cheating.
cd ui
npm ci
npm run build
cd ../server
npm ci
npm run start
Open browser to http://localhost:3000/