Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 701 Bytes

Build

  • Install Rust.

  • Install Tauri.

  • Install tauri-cli (cargo install tauri-cli).

  • Install node and npm.

  • Install sqlite3:

    • Windows -> follow this blog.
    • Linux -> sudo apt install sqlite3.
    • macOS -> preinstalled, you can chill.
  • Then install vite (npm install -g vite@latest).

  • Then clone this repo: https://github.com/Piyuuussshhh/HabTrack.git

  • cd into this repo.

  • Run npm install.

  • Now run the app by running this command cargo tauri dev.