A sif2 server
Find a file
Ethan O'Brien 01f3a42613
Some checks failed
Build docker images / build (push) Has been cancelled
Build release binaries / build (push) Has been cancelled
Add more targets when build
2025-12-03 20:58:07 -06:00
.forgejo/workflows Add more targets when build 2025-12-03 20:58:07 -06:00
docker cargo clippy 2024-11-21 21:09:36 -06:00
src Add the (currently android) easter mode 2025-11-30 17:26:26 -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
build.rs Add wip android/ios lib builds 2025-11-30 11:55:22 -06:00
Cargo.lock Add the (currently android) easter mode 2025-11-30 17:26:26 -06:00
Cargo.toml Add the (currently android) easter mode 2025-11-30 17:26:26 -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