Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 576 Bytes

first-gatsby-site

The default Gatsby starter. Free code camp tutorial For an overview of the project structure please refer to the Gatsby documentation - Building with Components.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new first-gatsby-site

Then you can run it by:

cd gatsby-example-site
gatsby develop