mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-01-12 00:02:38 +08:00
9686f3a6ef69bcbca3695aa57dbc4279c6aef0ce
EW
(stands for ew why)
A (mostly functioning) server for Love Live! School idol festival 2 MIRACLE LIVE!
Building
Linux
Requirements
- perl (This is normally pre-installed)
- rust
- npm
- The libssl-dev package. This will vary across distros.
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
Languages
Rust
87.3%
JavaScript
7.1%
HTML
3%
CSS
1.7%
Shell
0.5%
Other
0.3%