mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2026-08-18 09:48:40 +00:00
A sif2 server
- Rust 97.2%
- CSS 1.7%
- HTML 0.8%
- Shell 0.2%
- Dockerfile 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| assets@dbb068e72c | ||
| docker | ||
| src | ||
| web_assets/announcement | ||
| webui@c17a5b00dc | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| readme.md | ||
EW
(stands for ew why)
A (mostly functioning) server for Love Live! School idol festival 2 MIRACLE LIVE!
Building
Requirements
Packaging/Running
Build:
Debug: cargo run
Release: cargo build --release
Docker:
docker build --tag ew --file docker/Dockerfile .
Will create docker image with tag "ew"