Stephen Seo
72b63aeee1
CORS (Cross-Origin Resource Sharing) prevented the application's networked (multiplayer) support from working locally. The debug_local_testing branch has changes to allow running the game locally. The backend must be run with `cargo run --release` or `cargo run`, and the frontend must be run with `trunk serve`, and the browser(s) must open `http://localhost:8080/`. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
COPYING | ||
notes.md | ||
README.md |
How to run
Just invoke cargo run --release
to start the server locally. It expects to
have sqlite already installed on your system. Note that the server listens on
port 1237.
Other Notes
See choose-a-license for details about the software license used.