/offline-wikipedia

Demo of how something like Wikipedia could be offline-first

Primary LanguageHTMLMIT LicenseMIT

Offline Wikipedia Demo

Offline Wikipedia is a demo of how a content site such as Wikipedia could offer offline content.

Running locally

Install dependencies:

npm install
npm run update

Run dev server:

npm run serve

Or, run without the offline capabilities:

npm run serve-no-sw

Running without offline capabilities means you get the latest version each time you hit refresh.