Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 990 Bytes

Using MDX with Gatsby and Hygraph

Join our Slack

This example demonstrates how to use gatsby-plugin-mdx with RichText fields from Hygraph.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-examples/with-gatsby-mdx with-gatsby-mdx

Install & Run:

cd with-gatsby-mdx
npm install
npm run dev
# or
cd with-gatsby-mdx
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox