Setup Install pnpm (or npm) Install go ensure $GOPATH/bin is in $PATH by adding to ~/.zshrc or ~/.bashrc PATH=$PATH:$GOPATH/bin Install just https://github.com/casey/just?tab=readme-ov-file#installation Start App Run containers just start-infra Start backend cd server just run-server Start frontend cd client-web pnpm install pnpm dev