Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.12 KB

Gatsby

Example site using Blog Theme 2.0

🚀 Quick start

  1. Clone the site.

    # create a new Gatsby site using the hello-world starter
    git clone https://github.com/laurieontech/blog-theme-2.0-site
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd blog-theme-2.0-site/
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000/blog!

    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.

Make sure to check out the Blog Theme README for more information!