A sif2 server
Find a file
Ethan O'Brien 66c23ff582
Some checks failed
Rust Build / build-x86_64 (push) Has been cancelled
Rust Build / build-aarch64 (aarch64, ubuntu-latest) (push) Has been cancelled
Rust Build / build-windows (push) Has been cancelled
Build docker images / build (push) Has been cancelled
Add starevent endpoint struct
2024-07-17 22:07:56 -05:00
.github/workflows Remove not needed functions from docker.yml 2024-07-10 22:57:06 -05:00
asset_server Update to support serving card stuff 2024-04-24 19:05:37 -05:00
docker Use nodejs stable(?) version 2024-07-17 12:24:00 -05:00
logs Add more logs 2024-05-04 12:19:25 -05:00
src Add starevent endpoint struct 2024-07-17 22:07:56 -05:00
webui Add server endpoint for server information page 2024-07-11 09:09:02 -05:00
.gitattributes Initial commit 2024-02-21 08:03:16 -06:00
.gitignore Echo data path on startup 2024-07-03 12:28:57 -05:00
Cargo.toml Add struct for change_target_music function 2024-07-17 21:51:36 -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