(This is an archaelogical project to revive incredibly hacky code written in 2016-2017)
CourtHive Mobile is a tracker for tennis matches showcasing a number of data visualizations originally created for TennisVisuals.com
Click here for a fully functional Online Demo
pnpm i // dependencies for mobile client
cd src/server
pnpm i // dependencies for mobile server
The app can run 'standalone' with no server.
pnpm start
cd src/server
node -r esm mobileServer.js