Ensure service-apis
git submodule is initialized. If not yet done run:
git submodule update --init
If service-apis
git submodule was already initialized, ensure to pull the newest changes:
git submodule update --remote
cargo build
Ensure environment variables are set.
export RUST_LOG=info
export RUST_BACKTRACE=0
export GH_PAT="<GitHub Personal Access Token>"
Then run:
cargo run