Make sure that you have the Gatsby CLI program installed:
npm install -g gatsby-cli
Install the dependencies:
npm install
-
Start developing.
Navigate into your new site’s directory and start it up.
cd my-default-starter/ gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!