Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 958 Bytes

File metadata and controls

32 lines (23 loc) · 958 Bytes

MLB LED Scoreboard Config Editor

A web-based GUI for generating configuration files for the mlb-led-scoreboard project.

Features

  • Edit config.json, colors/teams.json, colors/scoreboard.json, and coordinates/wXhY.json through a form UI
  • Select any tagged release version (v9+) or the dev branch
  • Download or copy the generated JSON output

Usage

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.

Development

Install dependencies:

npm install

Run locally:

npm run dev

Opens at http://localhost:5173 with hot reload.

Build for production:

npm run build

Output goes to dist/. Deployed automatically to GitHub Pages on push to main via GitHub Actions.