Back to Gatsby

using-mdx

examples/using-mdx/README.md

2.20.01.5 KB
Original Source

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
shell
git clone [email protected]:gatsbyjs/gatsby.git
  1. Navigate to the example
shell
cd gatsby/examples/using-mdx
  1. Install the dependencies for the application by running
shell

npm install

  1. Run the Gatsby development server
shell
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

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