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: 3 months ago
JSON representation

Demo of how something like Wikipedia could be offline-first

Lists

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.