Files
strudel/src-tauri
2025-01-26 13:06:48 +01:00
..
2025-01-26 13:06:48 +01:00

@strudel/tauri

Rust source files for building native desktop apps using Tauri

Usage

Install Rust on your system.

From the project root:

  • install Strudel dependencies
pnpm i
  • to run Strudel for development
pnpm tauri dev
  • to build the binary and installer/bundle
pnpm tauri build

The binary and installer can be found in the 'src-tauri/target/release/bundle' directory