Local workflows
The local developer experience in OpenFoundry is intentionally centered around a small number of repeatable commands.
Primary entry points
justfor workspace-wide taskscargofor direct Rust crate workpnpmfor the frontendnpmfor the isolated docs site- Docker Compose for local infrastructure
Core commands
The main contributor surface is defined in justfile.
Important flows include:
just buildjust testjust lintjust dev-stackjust smokejust docs-buildjust ci-frontend
Why this matters
The toolchain is not only about convenience. It is also how the repo keeps backend, frontend, generated contracts, smoke scenarios, and docs synchronized in one monorepo.
