katlab invoicer — offline copy
==============================

This folder is a complete copy of https://invoicer.katlab.dev that runs on your own computer.
It works without an internet connection and never contacts katlab.

How to run it (browsers do not allow the app to run from a double-clicked file):

  1. Open a terminal in this folder.
  2. Run ONE of:
       python3 -m http.server 8080
       npx serve -l 8080 .
  3. Open http://localhost:8080 in your browser.

Your data is stored in the browser for the address you open (for example http://localhost:8080),
separately from the online version. Move documents between them with Settings -> Backup,
or by importing the PDFs you created (every PDF carries its own data).

Backup file format: see backup-format/index.html in this folder.
Licences: assets/vendor/licenses/ and the LICENSE files next to vendored code.
