This software consists of:
- A score board web page, meant to be displayed on a large screen (e.g. smart TV).
- A controller web page to update the current score, meant to be used on a smart phone.
- A nodejs script that hosts the above web pages and handles the communication between them.
git clone https://github.com/bnw/badminton-anzeige.git
cd badminton-anzeige
npm install
npm run build
npm run run 8080
The two websites should now be hosted at http://localhost:8080
.