gatsby sites code example
Example 1: new Gatsby site
# create a new Gatsby site using the default starter
gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
Example 2: new Gatsby site
cd my-default-starter/
gatsby develop