Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 315 Bytes

scoreboard-gui

Scoreboard GUI to access the scoreboard API

install

  1. change apiBaseUrl in config.js to your scoreboard url
  2. set folder public/ as document root in your webserver
    nginx example:
server {
    root /home/pi/scoreboard-gui/public;
}