mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
A sif2 server
- Added ability to "hide" server (by disabling the webui entirely, it will act exactly like the official server) - Added ability to define the maximum timestamp that the server can return. This can be helpful if the server admin never wants to go past EOS |
||
---|---|---|
.forgejo/workflows | ||
asset_server | ||
docker | ||
src | ||
webui | ||
.gitattributes | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
readme.md |
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