Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 459 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 459 Bytes

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.