Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakearchibald/offline-wikipedia
Demo of how something like Wikipedia could be offline-first
https://github.com/jakearchibald/offline-wikipedia
Last synced: 18 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T14:46:31.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T02:26:50.135Z (3 months ago)
- Language: HTML
- Homepage: https://wiki-offline.jakearchibald.com
- Size: 835 KB
- Stars: 816
- 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.