Skip to content

Cross platform utility app to automatically connect to BPGC wifi

License

Notifications You must be signed in to change notification settings

Devsoc-BPGC/auto-campnet

Repository files navigation

Auto-campnet GUI

What is it?

A small cross platform application that manages logging in to BITS Goa campus network automatically

How do I install it?

Download the latest build from releases page

I need help in using this

Refer the project wiki

Contributing

Relevant links

Set up development environment

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

Running the app in dev mode

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

Building the app

Use following command to build the app

npm run build