-
Install the Gatsby CLI.
npm install -g gatsby-cli
-
Start the sites in
develop
mode.Next, move into your site’s directory and start it up:
cd perfecty-push-website/ gatsby develop
-
Open the first source code and start editing!
Your site is now running at
http://localhost:8000
. Open theperfecty-push-website
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes, and the browser will update in real time!
At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.
Based on the HiStaff Static Gatsby Template, licensed under MIT.