con un clic
dev
Start the frontend dev server with dependency install and venue connectivity check.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Start the frontend dev server with dependency install and venue connectivity check.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Scaffold a new React component following frontend conventions — shadcn/ui, Tailwind, functional style.
Scaffold a new Next.js App Router page following existing frontend conventions.
Debug frontend auth state — inspect localStorage, decode JWTs, check token expiry, show current auth type and DID.
Run frontend lint, type-check, and Jest tests. Reports a summary of all results.
Basado en la clasificación ocupacional SOC
| name | dev |
| description | Start the frontend dev server with dependency install and venue connectivity check. |
Start the Next.js development server for local development.
cd frontend && pnpm install
pnpm dev
The app starts on http://localhost:3000.
http://localhost:8080)/venue-setup local in the covia repocurl http://localhost:8080/api/v1/status| Issue | Fix |
|---|---|
| Port 3000 in use | Kill the process or use pnpm dev -- -p 3001 |
| SDK import errors | Run pnpm install — the SDK is fetched from GitHub |
| Venue connection fails | Ensure venue is running on port 8080 |