mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-08 16:37:20 +08:00
3ed59060a6945c05ef9219305b5080ec34d6cca1
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
88.8%
JavaScript
8.4%
CSS
1.9%
Shell
0.5%
Dockerfile
0.3%
Other
0.1%