This is a mockserver for the Litenet-controller CLI. It provides a local webserver to which the requests of the Litenet-controller can be sent to. The state of the luminaires (on / off / dimmed) are reflected in the GUI.
The webserver listens to the port 8000
by default.
This is a Tauri app. To run the server in dev-mode, run following command:
npm run tauri dev
To build an OS-native app, run following command:
npm run tauri build
VS Code + Svelte + Tauri + rust-analyzer.