Personal portfolio website built with Next.js, featuring work experience, projects, and technical content.
- Framework: Next.js 12
- Language: TypeScript
- Styling: Tailwind CSS
- Content: MDX with next-mdx-remote
- Code Highlighting: react-syntax-highlighter, Sandpack
apps/blog/
├── src/
│ ├── components/ # React components
│ ├── content/ # MDX content and data
│ ├── hooks/ # Custom React hooks
│ ├── layout/ # Layout components
│ ├── pages/ # Next.js pages
│ ├── styles/ # Global styles
│ └── utils/ # Utility functions
└── public/ # Static assets
- Node.js >= 18 (v22 recommended)