Based on gatsby-starter-lumen
Navigate into your new site’s directory and start it up.
cd blog
gatsby develop
Your site is now running at http://localhost:8000
!
Note: You'll also see a second link: http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
Open the blog
directory in your code editor of choice and edit src/templates/index-template.js
. Save your changes and the browser will update in real time!
$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop