Files
sistem-desa-mandiri/CLAUDE.md
amaliadwiy a53568da8f docs: split CLAUDE.md into focused reference files
Move architecture, env vars, and deployment details into .claude/ subdocs
referenced via @-imports, keeping CLAUDE.md to commands and pointers only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 15:49:57 +08:00

769 B

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Commands

# Development
bun install                  # Install dependencies
bun run dev                  # Dev server with experimental HTTPS (localhost:3000)
bun run build                # Production build
bun run start                # Start production server
bun run lint                 # Run ESLint

# Database
npx prisma migrate dev       # Run/create migrations
npx prisma db seed           # Seed with initial data
npx prisma generate          # Regenerate Prisma client after schema changes

Architecture

See @.claude/ARCHITECTURE.md

Environment Variables

See @.claude/ENV.md

Deployment

See @.claude/DEPLOYMENT.md