Back to Gatsby

Using Markdown Pages

examples/using-markdown-pages/README.md

2.20.0500 B
Original Source

Using Markdown Pages

Demonstrates how to render Markdown files as pages in your Gatsby application.

Running an example site

  1. Clone the gatsby repository git clone [email protected]:gatsbyjs/gatsby.git
  2. Navigate to the example cd gatsby/examples/using-markdown-pages
  3. Install the dependencies for the application by running yarn
  4. Run the Gatsby development server gatsby develop

References