Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 619 Bytes

File metadata and controls

23 lines (16 loc) · 619 Bytes

CLAUDE.md

Personal website built with Next.js and Notion as CMS.

Quick Reference

  • Package manager: Bun
  • Dev server: Always running on port 3000 (do not start)
  • Build: bun run build
  • Lint: bun run lint / bun run lint:fix
  • Format: bun run format
  • Generate schemas: bun run generate-schemas

Documentation

  • Architecture — Data flow, UI patterns, tech stack
  • Commands — All available scripts and their usage

Verification

After making changes:

  • bun run lint - Run ESLint
  • bun run build - Production build