Talaxy009 / gatsby-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using-mdx

This repository demonstrates how to use MDX with Gatsby.

🔧 Running locally

The site can be run locally on your own computer as well by following these steps:

  1. Clone the gatsby repository
git clone git@github.com:gatsbyjs/gatsby.git
  1. Navigate to the example
cd gatsby/examples/using-mdx
  1. Install the dependencies for the application by running
npm install
  1. Run the Gatsby development server
gatsby develop

The site is now running at http://localhost:8000, you can see the MDX example page at http://localhost:8000/chart-info

🧰 Learn more

🎓 More Guides for Learning Gatsby and MDX

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

About


Languages

Language:CSS 54.8%Language:JavaScript 45.2%