https://github.com/jakearchibald/offline-wikipedia
Demo of how something like Wikipedia could be offline-first
https://github.com/jakearchibald/offline-wikipedia
Last synced: 4 months ago
JSON representation
Demo of how something like Wikipedia could be offline-first
- Host: GitHub
- URL: https://github.com/jakearchibald/offline-wikipedia
- Owner: jakearchibald
- License: mit
- Archived: true
- Created: 2015-04-16T10:44:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T14:46:31.000Z (over 3 years ago)
- Last Synced: 2024-10-27T08:40:27.943Z (8 months ago)
- Language: HTML
- Homepage: https://wiki-offline.jakearchibald.com
- Size: 835 KB
- Stars: 817
- Watchers: 31
- Forks: 97
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Offline Wikipedia Demo
[Offline Wikipedia](https://wiki-offline.jakearchibald.com) is a demo of how a content site such as Wikipedia could offer offline content.
# Running locally
Install dependencies:
```sh
npm install
npm run update
```Run dev server:
```sh
npm run serve
```Or, run without the offline capabilities:
```sh
npm run serve-no-sw
```Running without offline capabilities means you get the latest version each time you hit refresh.