Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 671 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 671 Bytes

BetterIlias

A Modern UX for Ilias which supports file synchronisation.

Features

  • Responsive and modern frontend.
  • Synchronize all files to the local filesystem for easier access and usability.
  • Dark theme by default.

Installation

The easiest way to install BetterIlias is to download it from the releases.

Dev

Requirements

  1. Rust
  2. Node

Usage

You can start the development process with:

cargo tauri dev

or

RUST_LOG="info" cargo tauri dev

to show logs.

Build the project using

cargo tauri build