Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/septias/better-ilias

A modern frontend for Ilias
https://github.com/septias/better-ilias

Last synced: 22 days ago
JSON representation

A modern frontend for Ilias

Awesome Lists containing this project

README

        

# 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](https://github.com/Septias/better-ilias/releases).

## Dev
### Requirements
1. [Rust](https://www.rust-lang.org/tools/install)
2. [Node](https://nodejs.org/en/)

### 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
```