Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 461 Bytes

File metadata and controls

7 lines (5 loc) · 461 Bytes

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 install in 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.