The app is made in vue3 + vite + ts + rust tauri2.
You can download the .exe directly from this repo in the same folder .exe
.
Be sure you have all the prerequisites tauri requires.
git clone <this-repo>
cd TimeCalculator
npm install
npm run tauri android init
For Desktop Development:
npm run tauri dev
For Android Development:
npm run tauri android dev
The final product will be found in ./src-tauri/target/release/timecalculator.exe