mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Make PWA #43

Closed mrbrianevans closed 2 years ago

mrbrianevans commented 2 years ago

Allow the website to be installed in a browser, and work offline (progressive web app). Load all resources with a service worker and cache them

mrbrianevans commented 2 years ago

See https://dev.to/wtho/custom-service-worker-logic-in-typescript-on-vite-4f27 on how to write the service worker in TypeScript

mrbrianevans commented 2 years ago

See vite-plugin-pwa for a plugin that auto-configures service workers for use with Vite

mrbrianevans commented 2 years ago

The website can now be installed as a standalone app in Chrome: install icon in URL bar

screenshot of desktop application window