with one click
dev-runtime
// Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
// Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
Use this skill when implementing/refactoring frontend/backend code and you need Dekart-specific conventions for naming, code organization, architecture boundaries, and style consistency.
Use this skill when running, debugging, reproducing, or validating Cypress E2E tests in this repo, including the required ELECTRON_RUN_AS_NODE override.
Use this skill when asked to write versioned release notes and you need repo-specific structure, ordering, and scope filtering.
Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited.
| name | dev-runtime |
| description | Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository. |
Use when starting local development, debugging server/frontend issues, or setting up the dev environment.
make up-and-down runs local Postgres.make server .env.cloud runs backend with the selected env file.npm start runs Vite dev server on http://localhost:3000.make proto regenerates proto stubs. After running, restart backend and frontend.