Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 700 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 700 Bytes

Time Calculator

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

screenshot screenshot screenshot