added webUI

This commit is contained in:
ParkerTenBroeck 2026-03-05 11:54:40 -05:00
parent a266096f32
commit 0201990df8
16 changed files with 2590 additions and 341 deletions

11
run_relay.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
pushd conn >/dev/null
cargo build --release
popd >/dev/null
pushd relay >/dev/null
cargo run --release
popd >/dev/null