Skip to content

lenisha/great-gasby-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status: Build Status Deploy status: Deployment Status

Install the Gatsby CLI tool globally on your machine

npm install --global gatsby-cli

Create blog site

the convention for starting a new Gatsby site with the CLI is:

gatsby new [SITE_DIRECTORY] [URL_OF_STARTER_GITHUB_REPO]

Let's try installing the Gatsby Dimension Starter:

gatsby new gatsby-site https://github.com/LekoArts/gatsby-starter-minimal-blog
gatsby develop