Skip to content

w3itch/markdoc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js example

This is a boilerplate for a creating a documentation website using Markdoc and Next.js.

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 by clicking the button below.

Deploy with Vercel

Deploy with Vercel

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published