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
- Host: GitHub
- URL: https://github.com/lwindolf/lzone.de
- Owner: lwindolf
- Created: 2025-05-02T10:01:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T23:12:08.000Z (about 1 year ago)
- Last Synced: 2025-05-07T11:56:42.742Z (about 1 year ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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