Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 628 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 628 Bytes

CourtHive Mobile

(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

Demo

Click here for a fully functional Online Demo

Install

pnpm i // dependencies for mobile client

cd src/server
pnpm i // dependencies for mobile server

Running locally

The app can run 'standalone' with no server.

pnpm start

Starting server

cd src/server
node -r esm mobileServer.js