This is a sample Gatsby website with a Markdown blog. It is the project from the Gatsby JS Crash Course on YouTube by Traversy Media
Make sure that you have the Gatsby CLI program installed:
npm install -g gatsby-cli
Install the dependencies:
npm install