- Install Bun if not installed
brew install oven-sh/bun/bun
- Install dependencies
bun install
- Open the workspace in VSCode
File -> Open Workspace from File -> cookchat.code-workspace
Install any recommended extensions.
Run local servers from the Run And Debug menu. For example, to edit the frontend only,
run Frontend Client (frontend/client)
.