A web-based GUI for generating configuration files for the mlb-led-scoreboard project.
- Edit
config.json,colors/teams.json,colors/scoreboard.json, andcoordinates/wXhY.jsonthrough a form UI - Select any tagged release version (v9+) or the
devbranch - Download or copy the generated JSON output
Open the site and select a schema version. Fill out the form fields, then use the Download or Copy button to get your JSON file. Place the downloaded files in your mlb-led-scoreboard installation directory.
Install dependencies:
npm installRun locally:
npm run devOpens at http://localhost:5173 with hot reload.
Build for production:
npm run buildOutput goes to dist/. Deployed automatically to GitHub Pages on push to main via GitHub Actions.