Introduction
Overview
Welcome to the documentation. This is a personal blog built with Next.js 14, MDX, and Tailwind CSS.
The project follows modern web development best practices, including static site generation, server-side rendering, and a component-based architecture.
Features
- Static Site Generation - Pre-rendered pages for optimal performance
- MDX Support - Write content with JSX components
- Dark Mode - Automatic theme switching
- Search - Full-text search across all content
- Responsive Design - Mobile-first approach
Quick Start
To get started with the project, clone the repository and install dependencies:
git clone https://github.com/AwMaxAw/andrew-blog.git
cd andrew-blog
npm install
npm run dev
Then open http://localhost:3000 in your browser.