Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 415 Bytes

Build.md

File metadata and controls

39 lines (26 loc) · 415 Bytes

Requirements

  • Node.js
  • yarn
  • Rust
  • Cargo
  • Git

Setup

  1. Clone the repo
git clone --recurse-submodules https://github.com/pwltr/tauthy.git
  1. Install dependencies
yarn install

Build

Build the app for production

yarn tauri build

Find the executable for your platform under ./src-tauri/target/release

Development

Run the app for development

yarn tauri dev