Proof of Concept for Shortcut WebApp launching regularly used website in a tauri (Rust WebView) desktop application.
Install tauri
Install dependencies with npm install
(or pnpm install
or yarn
/ bun
), start a development server:
cargo tauri dev
# use --host to expose
cargo tauri dev --host