[PUBLIC-MONOREPO]
Browse the complete CerbiBot source, including the orchestration backend, operator dashboard, launch docs, and local run scripts.
// DOCS
CerbiBot is published as a single monorepo so you can inspect the full local stack in one place: backend, dashboard, docs, and scripts.
Browse the complete CerbiBot source, including the orchestration backend, operator dashboard, launch docs, and local run scripts.
Clone the monorepo and start the stack with one command. $ git clone [email protected]:RavenFrostStudios/Cerbibot.git $ cd Cerbibot $ bash scripts/run_local_stack.sh
backend/ orchestration daemon and APIs dashboard/ CerbiBot operator UI docs/ feature and launch documentation scripts/ one-command local startup and shutdown