-
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
.