A sif2 server
Find a file
2024-06-03 17:25:14 -05:00
.github/workflows GitHub Actions (#3) 2024-05-11 15:07:04 -05:00
asset_server Update to support serving card stuff 2024-04-24 19:05:37 -05:00
logs Add more logs 2024-05-04 12:19:25 -05:00
src Remove test char 2024-06-03 17:25:14 -05:00
webui Add migration code to webui 2024-05-31 14:42:48 -05:00
.gitattributes Initial commit 2024-02-21 08:03:16 -06:00
.gitignore Forgot to upload these files 2024-05-27 15:48:44 -05:00
Cargo.toml agh 2024-05-24 12:52:48 -05: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