Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 851 Bytes

File metadata and controls

33 lines (22 loc) · 851 Bytes

GraphCMS ⨯ MDX (with Next.js)

Join our Slack

This example demonstrates how to use markdown fields from GraphCMS with MDX in Next.js.

Demo

Deploy with Vercel

How to Use

Download Manually

npx create-gcms-app with-nextjs-mdx-remote

Install & Run:

cd with-nextjs-mdx-remote
npm install
npm run dev
# or
cd with-nextjs-mdx-remote
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox