README: add GitHub Pages demo links for English and German trackers

This commit is contained in:
Stefan Koelle
2026-05-01 22:46:00 +02:00
parent 6bc4c170e0
commit ded402cdef
+5 -3
View File
@@ -8,10 +8,12 @@ It is intentionally simple: enter how many developers are present, enter the ave
## Quick start
Open the tracker locally in a modern browser — no build step required. Recommended browsers: Chrome, Edge, Firefox.
Open the tracker in your browser. The project is published via GitHub Pages — live demo URLs:
- `meeting-tracker-en.html` — English UI (recommended)
- `meeting-tracker-de.html` — German UI
- English UI: https://skoelle.github.io/PeopleCostCounter/meeting-tracker-en.html
- German UI: https://skoelle.github.io/PeopleCostCounter/meeting-tracker-de.html
You can also open the local HTML files directly in a browser (no build step required). Recommended browsers: Chrome, Edge, Firefox.
If you prefer a live-reload development workflow, use an editor extension such as Live Server (VS Code) or any simple static file server.