Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 646 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 646 Bytes

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