Skip to content

qoollo/bob-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db42409 · Nov 16, 2023

History

47 Commits
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 9, 2023
Nov 15, 2023
Nov 16, 2023
Nov 15, 2023
Jul 10, 2021
Oct 5, 2023
Nov 15, 2023
Nov 16, 2023
Jul 10, 2021
Nov 9, 2023
Nov 15, 2023
Nov 15, 2023

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