OpenFusionClient rewrite with Tauri 2.0, Next.js and React.
- Ensure you have all the required prerequisites installed
- Install the Tauri CLI with
cargo install tauri-cli --version "^2.0.0" --locked
- Install dependencies with
npm install
Run cargo tauri dev
to spawn the app. Hot reload is on, so any changes you make will immediately reflect.
Run cargo tauri build
to build a production binary and any applicable installers or bundles for the current platform. Note that cargo build --release
will not produce a useful binary as it does not embed the web pages into the application.