Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ open index.html

Edit `index.html`, then refresh the browser.

### Train Sounds

Train dispatch sounds are configured in the `TRAIN_SOUNDS` array in `index.html`.
Add new sound files to `public/`, then add another object with an `id`, `label`,
`src`, and `volume`. The selected sound is saved in the browser with
`localStorage`, so it persists after refreshes.

## Project Structure

- `index.html` contains the UI, styling, and interaction logic.
Expand Down
Loading