Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/septias/better-ilias
- Owner: Septias
- Created: 2020-12-24T11:04:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T10:43:51.000Z (5 months ago)
- Last Synced: 2024-12-26T11:51:25.431Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 11.8 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```