A quick hack building a Lua-based MOO in Rust with a React UI.
-
Clone killpop next to
orisa
. -
Install Yarn.
-
Install rustup.
-
From client/ run
yarn start
. -
From server/ run
cargo run
.- or maybe install systemfd and use something like
RUST_BACKTRACE=1 RUST_LOG=INFO systemfd --no-pid -s http::8080 -- cargo watch -x run
- or maybe install systemfd and use something like
- Clone
killpop
next toorisa
. - Clone
gamebot
next toorisa
. docker-compose up --build
will build & run two containers and expose on port 8080. Note that the config and dockerfiles are aimed at production use, not development.