Skip to content

Running

Jason Reilly edited this page May 3, 2023 · 4 revisions

Locally

cargo run --release

With Docker

docker build -t ghcr.io/translatorsri/cqs:0.1 .
docker run -p 8000:8000 -it ghcr.io/translatorsri/cqs:0.1
Clone this wiki locally