examples/using-mdx/README.md
This repository demonstrates how to use MDX with Gatsby.
The site can be run locally on your own computer as well by following these steps:
gatsby repositorygit clone [email protected]:gatsbyjs/gatsby.git
cd gatsby/examples/using-mdx
npm install
gatsby develop
The site is now running at http://localhost:8000, you can see the MDX example page at http://localhost:8000/chart-info
Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:
For most developers, it's recommended to start with the in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.
To dive straight into code samples, head to the official Gatsby documentation. In particular, check out Adding MDX Pages.