Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 672 Bytes

Orisa

A quick hack building a Lua-based MOO in Rust with a React UI.

Running Locally

  • 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

Running on a server

  • Clone killpop next to orisa.
  • Clone gamebot next to orisa.
  • 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.