/tauri-app

Primary LanguageJavaScript

CourseScheduler

A course scheduler for the University of Hong Kong. Build with tauri and react.

Installation

Download from release

Download the latest release from the release page.

Install the downloaded file.

Build from source

Prerequisites

Build the app

git clone https://github.com/adlsdztony/tauri-app.git
cd tauri-app
npm install
npm run tauri build

You can find the built app in src-tauri/target/release/bundle/.