# Technical Documentation: leerob/next-mdx-blog > ℹ️ **Provenance:** Hybrid Fusion: `leerob/next-mdx-blog` (README + 1 In-Tree Chapters) · [CodeWiki Reference](https://codewiki.google/github.com/leerob/next-mdx-blog) · Recency: Active (< 180 days) ## 1. Project Overview & Quickstart (leerob/next-mdx-blog) [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fleerob%2Fnext-mdx-blog) # next-mdx-blog This is a blog template built with: - **Framework**: [Next.js](https://nextjs.org) - **Deployment**: [Vercel](https://vercel.com) - **Styling**: [Tailwind CSS](https://tailwindcss.com) - **Analytics**: [Vercel Analytics](https://vercel.com/analytics) - **Database** (Optional): [Postgres](https://vercel.com/postgres) ## Running Locally This application requires Node.js v18.17+. ```bash git clone https://github.com/leerob/next-mdx-blog.git cd next-mdx-blog pnpm install pnpm dev ``` ## Database (Optional) Create a `.env.local` file with your `POSTGRES_URL` environment variable to store redirects. ```sql CREATE TABLE redirects ( id SERIAL PRIMARY KEY, source VARCHAR(255) NOT NULL, destination VARCHAR(255) NOT NULL, permanent BOOLEAN NOT NULL ); ``` ## 2. In-Tree Documentation Chapters (leerob/next-mdx-blog) [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fleerob%2Fnext-mdx-blog) # next-mdx-blog This is a blog template built with: - **Framework**: [Next.js](https://nextjs.org) - **Deployment**: [Vercel](https://vercel.com) - **Styling**: [Tailwind CSS](https://tailwindcss.com) - **Analytics**: [Vercel Analytics](https://vercel.com/analytics) - **Database** (Optional): [Postgres](https://vercel.com/postgres) ## Running Locally This application requires Node.js v18.17+. ```bash git clone https://github.com/leerob/next-mdx-blog.git cd next-mdx-blog pnpm install pnpm dev ``` ## Database (Optional) Create a `.env.local` file with your `POSTGRES_URL` environment variable to store redirects. ```sql CREATE TABLE redirects ( id SERIAL PRIMARY KEY, source VARCHAR(255) NOT NULL, destination VARCHAR(255) NOT NULL, permanent BOOLEAN NOT NULL ); ``` --- METRICS --- - Files Extracted: 2 - Estimated Token Budget: ~474 tokens - Recency Window: Active (< 180 days) - Canonical Reference: https://codewiki.google/github.com/leerob/next-mdx-blog