git clone git@github.com:SwitchbackTech/compass.git
cd compass
bun installbun run dev:webThe frontend runs at http://localhost:9080.
Most frontend work does not need backend services. For backend, auth, MongoDB, Google sync, SSE, or CLI work, see Local Development.
For test commands and expectations, see the Testing Playbook.