Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 496 Bytes

Gatsby Crash Course

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

Install

Make sure that you have the Gatsby CLI program installed:

npm install -g gatsby-cli

Install the dependencies:

npm install

Deploy

Deploy to Netlify