Gatsby Flashcards
1
Q
command structure to create a new site based on any existing Gatsby starter:
A
gatsby new [SITE_DIRECTORY_NAME] [URL_OF_STARTER_GITHUB_REPO]
2
Q
If you omit a URL from the end,
A
Gatsby will automatically generate a site for you based on the default starter.