A small cross platform application that manages logging in to BITS Goa campus network automatically
Download the latest build from releases page
Refer the project wiki
Follow the instructions given in Tauri's prerequisites page to set up your machine according to the OS.
After that, in cloned repository run
npm i
to install the app dependencies
Use following command to run the app in development mode. Tauri's development mode allows the app to monitor the rust backend for file changes and reloads the app automatically.
npm run dev
Use following command to build the app
npm run build