Demonstrates how to render Markdown files as pages in your Gatsby application.
- Clone the
gatsby
repositorygit clone git@github.com:gatsbyjs/gatsby.git
- Navigate to the example
cd gatsby/examples/using-markdown-pages
- Install the dependencies for the application by running
yarn
- Run the Gatsby development server
gatsby develop