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 the clone'sDEKART_CLIENT_PORTand starts Vite there.- Configure a unique
COMPOSE_PROJECT_NAMEand host-local ports once in each clone's.envbefore running clones concurrently. make compose-up PROFILE=<profile> ENV_FILE=<env-file>runs any Compose profile with the clone-local resources from.env.make protoregenerates proto stubs. After running, restart backend and frontend.