Fetch node dependencies:
yarn install
Tauri GH: https://github.com/tauri-apps/tauri
You need to set up your environment depending on your OS.
cargo install tauri-cli --version ^1.0.0
Use tauri:build
script to compile a .deb and .AppImage production file.
yarn tauri:build
You can find the files inside src-tauri/target/release/...
.
yarn tauri:dev
You can either visit http://localhost:3003
for the web version of the app or run the src-tauri/target/debug/app
file for the desktop debug version.