#od-gatsby-starter
-
Install the Gatsby CLI.
The Gatsby CLI helps you create new sites using Gatsby starters (like this one!)
# install the Gatsby CLI globally npm install -g gatsby-cli
-
Create a Gatsby site.
Use the Gatsby CLI to create a new site, specifying the default starter.
# create a new Gatsby site using the default starter gatsby new my-project https://github.com/odyssy-automaton/od-gatsby-starter
-
Start developing.
Navigate into your new site’s directory and start it up.
cd my-project/ yarn develop