Personal website built with Next.js and Notion as CMS.
- 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
- Architecture — Data flow, UI patterns, tech stack
- Commands — All available scripts and their usage
After making changes:
bun run lint- Run ESLintbun run build- Production build