A personal portfolio website built with Next.js and Tailwind CSS.
- Next.js - React framework
- Tailwind CSS - Utility-first CSS framework
- TypeScript - Typed JavaScript
- Dark Mode - Toggle between light and dark mode
- SEO - Metadata and Open Graph tags
- MDX - Blog posts written with MDX
- Syntax Highlighting - Syntax highlighting in blog posts with shiki
- Related Posts - Display related posts using AI (Embeddings Model)
- Install the dependencies:
# Using npm
npm install
# Using Yarn
yarn install
# Using PNPM
pnpm install
# Using Bun
bun install
- Start the development server:
npm run dev
- Build for production:
npm run build