nabbisen / patch-hygge

Diff and merge GUI tool with cross-platform support build with Tauri: Rust and Svelte
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

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.