name: dev-runtime description: Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
Dev Runtime Skill
Trigger
Use when starting local development, debugging server/frontend issues, or setting up the dev environment.
Commands
make up-and-downruns local Postgres.make server .env.cloudruns backend with the selected env file.make clientstops any existing listener on port 3000 and runsnpm startfor Vite onhttp://localhost:3000.make protoregenerates proto stubs. After running, restart backend and frontend.