# Dev Runtime

> Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.

- Skill: `dekart-xyz/dev-runtime` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dekart-xyz/dev-runtime`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dekart-xyz/dev-runtime/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: dekart-xyz (https://skillmd.com/u/dekart-xyz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dekart-xyz/dev-runtime

---


# Dev Runtime Skill

## Trigger

Use when starting local development, debugging server/frontend issues, or setting up the dev environment.

## Commands

- `make up-and-down` runs local Postgres.
- `make server .env.cloud` runs backend with the selected env file.
- `make client` stops any existing listener on the clone's `DEKART_CLIENT_PORT` and starts Vite there.
- Configure a unique `COMPOSE_PROJECT_NAME` and host-local ports once in each clone's `.env` before running clones concurrently.
- `make compose-up PROFILE=<profile> ENV_FILE=<env-file>` runs any Compose profile with the clone-local resources from `.env`.
- `make proto` regenerates proto stubs. After running, restart backend and frontend.

