Quickstart:
- Install dependencies
npm install - Start dev server
npm run dev - Open the app in the browser (Vite will print the URL, default http://localhost:5173).
Notes:
- package.json has already been added to the repository.
- To enable PWA features in production, replace the placeholder icons in
public/icons/and consider using a build-time PWA plugin (e.g. Vite PWA plugin) for more advanced caching strategies. - The
sw.jsis a minimal example placed inpublic/so it is served at the site root. Adjust and expand the service worker as needed.