An open API service indexing awesome lists of open source software.

https://github.com/lwindolf/lzone.de

Repo for lzone.de
https://github.com/lwindolf/lzone.de

Last synced: about 1 year ago
JSON representation

Repo for lzone.de

Awesome Lists containing this project

README

          

# lzone.de

lzone.de is a static PWA with offline content caching, which means it is backend-less and you can host a copy of it whereever you want.

## Setup

1. Clone the repo
2. `git submodule init`
3. `git submodule update`
4. Put the content of `www` into your webserver

## Configuration

- To customize the PWA edit `www/js/config.js`.
- To add/remove CLI commands edit `www/js/command.js`
- Customize check tools in `www/js/views/Checks.js`
- Update base URL + title in `www/index.html` and `www/manifest.json`

FIXME: describe how to setup SaaS multi status updating!

## Building / Testing

npm install
npm test
npm start

## Updating Dependencies

npm run installDeps