Updated
This commit is contained in:
@@ -7,6 +7,7 @@ RadioPlayer is a Vite + React web app for browsing, playing, and casting radio s
|
||||
- Station browser with search, categories, favourites, and recent stations
|
||||
- Audio playback with previous/next station controls
|
||||
- Cast support
|
||||
- Production service worker for app-shell caching, offline launch support, and faster repeat visits
|
||||
- App install prompt for supported browsers
|
||||
- Custom station editor
|
||||
- Live station metadata and artwork rendering
|
||||
@@ -87,5 +88,6 @@ scripts/
|
||||
## Notes
|
||||
|
||||
- The app uses a module-based frontend build, so `src/main.jsx` is the browser entry point.
|
||||
- The service worker is registered only in production builds. During development, existing service workers and caches are cleared automatically to avoid stale assets while iterating.
|
||||
- The updater script uses the remote feed as the source of truth for the station list and writes the merged result into `public/stations.json`.
|
||||
- If you add or edit stations manually, re-run `npm run update:stations` when you want to sync back to the remote catalog.
|
||||
|
||||
Reference in New Issue
Block a user