Skip to content

Septias/better-ilias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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