You can develop the Quadrant Next client by:
- Installing the needed dependencies for Tauri and Rust. If you're on Linux, you'll also need libsecret-1-dev.
- Then install bun and run
bun installin the root directory of the project. - After that in order to run the app without any of the proprietary features, you can run
bun tauri dev -- -- --no-default-features.