A desktop password manager using Tauri, with a backend in Rust and a frontend in Typescript and React.
Assumes you have the Rust toolchain and npm installed.
npm run setup # install dependencies
cargo tauri dev # run the app in development mode
cargo tauri build # build a release version of the app