Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 827 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 827 Bytes

Patch Hygge

Diff and merge GUI tool with cross-platform support build with Tauri: Rust and Svelte

Build

With Bun:

bun run tauri build

Alternatively, with Node.js:

npm run tauri build

Some Linux distros may require environment variable set: NO_STRIP=1.

Development

With Bun:

bun run tauri dev

Alternatively, with Node.js:

npm run tauri dev

Some Linux distros may require environment variable set: WEBKIT_DISABLE_COMPOSITING_MODE=1.

Recommended IDE Setup

VS Codium + Svelte + Tauri + rust-analyzer.