A sif2 server
Find a file
Ethan O'Brien 6688655370
All checks were successful
Build release binaries / build (push) Successful in 7m13s
Build docker images / build (push) Successful in 22m24s
Add super cool Live Clear Rates webui
2025-12-24 21:10:37 -06:00
.forgejo/workflows Tell workflow to checkout submodules 2025-12-24 13:21:49 -06:00
assets@dbb068e72c Ship files for offline android/ios servers 2025-12-24 13:13:46 -06:00
docker cargo clippy 2024-11-21 21:09:36 -06:00
src Add super cool Live Clear Rates webui 2025-12-24 21:10:37 -06:00
webui Add version link to webui 2024-12-08 17:37:51 -06:00
.gitattributes Initial commit 2024-02-21 08:03:16 -06:00
.gitignore Move code into a lib 2025-11-30 10:08:38 -06:00
.gitmodules Ship files for offline android/ios servers 2025-12-24 13:13:46 -06:00
build.rs Add wip android/ios lib builds 2025-11-30 11:55:22 -06:00
Cargo.lock Ship files for offline android/ios servers 2025-12-24 13:13:46 -06:00
Cargo.toml Ship files for offline android/ios servers 2025-12-24 13:13:46 -06:00
LICENSE Update license 2025-11-30 18:09:47 -06:00
readme.md GitHub Actions (#3) 2024-05-11 15:07:04 -05:00

EW

(stands for ew why)

A (mostly functioning) server for Love Live! School idol festival 2 MIRACLE LIVE!

Building

Linux

Requirements

apt install -y npm libssl-dev perl

Windows

Requirements

Packaging/Running

Build npm: cd webui && npm install && npm run build

Build Rust: Debug: cargo run Release: cargo build --release