# 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 `build` directory)
- modify the `app_settings.json` file in the `settings` directory
- restart the server