Progressive Web Apps (PWAs) are web application built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.
Once deployed, This PWA game can be installed on user's device and will work similar to native desktop or mobile application.
- To generate image icon assets, first replace
public/logo.svg
with your own logo image. You can also changepwa-assets.config.ts
to use logo with different name or path. - Then run
pnpm run generate-pwa-assets
to generate the assets
- Bun runtime might fail while running generate assets script as their is an open issue with @vite-pwa/assets-generator
Use Asset Generator to generate assets for your PWA app
Use Favicon Generator to generate Favicon
Follow PWA Configuration Guide to tune your PWA app configuration.