Answers for "how to install new gatsby project locally"

1

how to install new gatsby project locally

# install new project
gatsby new [SITE_DIRECTORY_NAME] [URL_OF_STARTER_GITHUB_REPO]

# If you omit a URL from the end, Gatsby will automatically generate 
# a site for you based on the default starter
gatsby new learning

# example
gatsby new hello-world  https://github.com/gatsbyjs/gatsby-starter-hello-world
Posted by: Guest on June-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language