Files
ew_author/readme.md
Ethan O'Brien 586f4612ed Update readme
2026-02-19 10:18:19 -06:00

20 lines
379 B
Markdown

# EW
(stands for ew why)
A (mostly functioning) server for Love Live! School idol festival 2 MIRACLE LIVE!
## Building
### Requirements
- [rust](https://www.rust-lang.org/tools/install)
### 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"