Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.15 KB

index.md

File metadata and controls

44 lines (29 loc) · 1.15 KB
title description
Get started with Markdoc
How to get started with Markdoc

Full Next.js example

{% callout %} This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js. {% /callout %}

Setup

First, clone this repo and install the dependencies required:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying index.md. The page auto-updates as you edit the file.

Deploy

The quickest way to deploy your own version of this boilerplate is by deploying it with Vercel or Netlify by clicking one of the buttons below.

Deploy with Vercel

Deploy with Vercel

Deploy to Netlify

Deploy to Netlify