dev-runtime

star 341

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

dekart-xyz By dekart-xyz schedule Updated 6/2/2026

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-down runs local Postgres.
  • make server .env.cloud runs backend with the selected env file.
  • make client stops any existing listener on port 3000 and runs npm start for Vite on http://localhost:3000.
  • make proto regenerates proto stubs. After running, restart backend and frontend.
Install via CLI
npx skills add https://github.com/dekart-xyz/dekart --skill dev-runtime
Repository Details
star Stars 341
call_split Forks 50
navigation Branch main
article Path SKILL.md
More from Creator