Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
pnpm run dev # Start dev server on port 3000 pnpm run build # Build for production pnpm run test # Run all tests with Vitest pnpm run lint # Run ESLint pnpm run format # Run Prettier pnpm run check # Format and lint fix # Database (Prisma with PostgreSQL) pnpm run db:generate # Generate Prisma client pnpm run db:push # Push schema to database pnpm run db:migrate # Run migrations pnpm run db:studio # Open Prisma Studio pnpm run db:seed # Seed database
Add Shadcn components:
pnpm dlx shadcn@latest add <component>
TanStack Start full-stack React framework with SSR support via Nitro server.
src/routes/Route created with createRoute() or createFileRoute()src/routes/__root.tsx wraps all routes.ts extension (e.g., api.names.ts)src/routeTree.gen.tsqueryClient for SSR integrationimport { createServerFn } from '@tanstack/react-start' )@prisma/adapter-pgprisma/schema.prismasrc/generated/prisma/src/db.ts.env.local for database connectionsrc/env.tsVITE_ prefiximport { env } from "@/env"@/ maps to src/ directorysrc/components/ui/Files prefixed with
demo are starter examples and can be deleted.
Never anlayze data from the data-scripts directory unless explicitly told to