SERT's Attendance Hub is a Tauri application, written in Rust and Typescript, that allows the team to track attendance throughout the season.
To download the latest version of the Attendance Hub, visit the Releases tab and download the latest version for your operating system.
To build from source, start by following the Tauri Getting Started guide. Then clone this repository and install the required dependencies:
$ git clone https://github.com/SouthEugeneRoboticsTeam/attendance-hub
$ cd attendance-hub
$ npm install
To start the application (with hot-reload enabled), run the following command:
$ npm run tauri dev