npm install --global gatsby-cli
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