Install and Dev
DevCell uses the repository flake for tools and workflow commands.
nix run .#checkCommon Commands
Section titled “Common Commands”nix run .#testnix run .#lintnix run .#proto-generatenix run .#site-devnix run .#site-buildRun the local API server:
nix develop -c go run ./cmd/celld --state /tmp/devcell.dbIn another shell:
nix develop -c go run ./cmd/devcell host inspectnix develop -c go run ./cmd/devcell cell create --name open-seat --repo github.com/example/open-seat