https://github.com/jamesmontemagno/blazor-scorekeeper
A score keeper for all of your board games
https://github.com/jamesmontemagno/blazor-scorekeeper
blazor csharp dotnet
Last synced: 5 months ago
JSON representation
A score keeper for all of your board games
- Host: GitHub
- URL: https://github.com/jamesmontemagno/blazor-scorekeeper
- Owner: jamesmontemagno
- Created: 2025-08-15T00:30:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-19T22:19:30.000Z (9 months ago)
- Last Synced: 2025-12-09T07:47:23.924Z (7 months ago)
- Topics: blazor, csharp, dotnet
- Language: HTML
- Homepage: https://www.myscorekeeper.app/
- Size: 1.19 MB
- Stars: 5
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-PWA.md
Awesome Lists containing this project
README
# PWA Notes
PWA support added:
- `MyScoreBoard/wwwroot/manifest.webmanifest`
- `MyScoreBoard/wwwroot/service-worker.js` (development)
- `MyScoreBoard/wwwroot/service-worker.published.js` (production)
- Update prompt component: `MyScoreBoard/Components/PWAUpdater.razor` (+ `.razor.css`) with script `MyScoreBoard/wwwroot/js/pwaUpdater.js`
Follow-ups:
- Add a 512x512 icon at `MyScoreBoard/wwwroot/icon-512.png` and include it in the manifest.
- Test install on Chrome/Edge desktop and iOS/Android.
- If hosting under a subpath, update `base` in `service-worker.published.js` accordingly.