Skip to content

Install and Dev

DevCell uses the repository flake for tools and workflow commands.

Terminal window
nix run .#check
Terminal window
nix run .#test
nix run .#lint
nix run .#proto-generate
nix run .#site-dev
nix run .#site-build

Run the local API server:

Terminal window
nix develop -c go run ./cmd/celld --state /tmp/devcell.db

In another shell:

Terminal window
nix develop -c go run ./cmd/devcell host inspect
nix develop -c go run ./cmd/devcell cell create --name open-seat --repo github.com/example/open-seat