Skip to content

Quickstart

Terminal window
git clone https://github.com/barney-w/board.git
cd board
just board

The interactive wizard walks you through Azure login, naming the environment, selecting project manifests, and deploying. It creates the VM, runs cloud-init, provisions projects, and verifies health.

Terminal window
just export-pass jbloggs

This creates a starter kit zip containing a .board-pass file, the VS Code extension VSIX, a setup script, and a quick-start guide. For Entra ID boards, just send the zip — no passphrase needed. For SSH-key boards, share the passphrase via a separate channel.

The developer unzips, double-clicks Setup Board, and clicks Connect. For SSH-key boards, they’ll be prompted for the passphrase. See For Developers for their full guide.