]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commit
Impl being able to debug locally debug_local_testing
authorStephen Seo <seo.disparate@gmail.com>
Tue, 20 Sep 2022 10:26:50 +0000 (19:26 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 18 Dec 2024 03:54:15 +0000 (12:54 +0900)
commit3436128c55b731a77e74a790e828ab925210539d
treea637ef660923c6cc93132d79d94aaafc29329860
parentbcbe9cf6eed1a8ecc109c84604beb4161e557154
Impl being able to debug locally

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/`.
back_end/src/main.rs
front_end/src/constants.rs