Tauri desktop app for managing orderbooks.
To start in dev mode, run the following command from the repository root:
nix develop .#tauri-shell --command cargo tauri dev
To create a production build, run the following command from the repository root:
nix develop .#tauri-shell --command cargo tauri build