Back to Next Js

Example app with Markdoc

examples/markdoc/README.md

16.2.51002 B
Original Source

Example app with Markdoc

This example shows using Markdoc as top level pages for your Next.js app.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example markdoc markdoc-app
bash
yarn create next-app --example markdoc markdoc-app
bash
pnpm create next-app --example markdoc markdoc-app

Deploy it to the cloud with Vercel (Documentation).