Skip to content

qoollo/bob-management

Repository files navigation

bob-management

Management UI for Bob

Commands

Build backend server:

cargo build-backend

Run backend server:

cargo run-backend

Build frontend and move it into the backend's executable directory:

cargo build-frontend

Run debug build (Backend + Frontend):

cargo run -- --default

Make release build (Backend + Frontend):

cargo build --profile=release-lto

To run release build with default configuration:

cargo run --profile=release-lto -- --default

Or you can specify configuration file:

cargo run --profile=release-lto -- --config-file config.yaml