navin-moorthy / gatsby-mdx-starter

Getting started with Gatsby and MDX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Starter MDX Basic

View this starter live on Netlify

This starter build MDX support into the gatsby-default-starter. Its README also applies here.

  1. Create a new Gatsby site using this starter
gatsby new my-site https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
  1. Install dependencies
yarn
  1. Run the develop script
yarn develop
  1. Edit Page 2 in src/pages/page-2.mdx

About

Getting started with Gatsby and MDX

License:MIT License


Languages

Language:CSS 56.6%Language:JavaScript 43.4%