pankosmia_web
A web server for pankosmia desktop applications
Running in isolation
cargo run # Creates a pankosmia_working directory at the root of the user directory
Using within Tauri
See the Pithekos repo for example code.
Usage
Connect to localhost:8000 to see the (extremely basic) default client
Using other clients
- create or download a client
- build that client (compiled code should be in
builddirectory) - modify the
app_settings.jsonfile in thesettingsdirectory - restart the server