Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

jakearchibald/offline-wikipedia

Repository files navigation

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.