549 B
549 B
id, title, sidebar_position
| id | title | sidebar_position |
|---|---|---|
| developer-setup | Developer Setup | 1 |
Follow these steps to get a local environment running:
- Install Node 18+, pnpm or npm, Docker, and Railway CLI.
- Clone
blackroad-os-core,blackroad-os-web,blackroad-os-console,blackroad-os-agents, and this docs repo. - Start services locally (core API + Redis/Postgres) and point web/console to
http://localhost:4000. - Run
npm install && npm startin this repo for live docs.
TODO: Add makefile targets or a devcontainer for reproducible environments.