A sif2 server
Find a file
Ethan O'Brien d1ee220edb
All checks were successful
Build docker images / build (push) Successful in 2m6s
Remove unused dependency
2025-11-22 19:58:36 -06:00
.forgejo/workflows Add build release workflow 2024-12-08 17:25:49 -06:00
asset_server Update to support serving card stuff 2024-04-24 19:05:37 -05:00
docker cargo clippy 2024-11-21 21:09:36 -06:00
src Remove reqwest 2025-11-20 23:38:24 -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 Remove unused dependency 2025-11-22 19:58:36 -06:00
Cargo.lock Remove unused dependency 2025-11-22 19:58:36 -06:00
Cargo.toml Remove unused dependency 2025-11-22 19:58:36 -06:00
LICENSE Initial commit 2024-02-21 08:03:16 -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