Skip to content

Files

Latest commit

01c46ca · May 10, 2018

History

History
26 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 657 Bytes

gatsby-starter-default

The default Gatsby starter.

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 gatsby-example-site

Then you can run it by:

cd gatsby-example-site
npm run develop

Deploy

Deploy to Netlify