Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
@todo: Add full instructions
  • Loading branch information
portableant committed Dec 26, 2022
1 parent 949db22 commit 8285317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository holds a very simple blog system for the MicroPasts project.
Navigate into your new site’s directory and start it up.

```shell
cd my-default-starter/
cd micropasts-blog-gatsby/
gatsby develop
```

Expand All @@ -17,7 +17,7 @@ This repository holds a very simple blog system for the MicroPasts project.

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](https://www.gatsbyjs.com/docs/tutorial/part-4/#use-graphiql-to-explore-the-data-layer-and-write-graphql-queries).
Open the `my-default-starter` directory in your code editor of choice and edit `src/pages/index.txt`. Save your changes and the browser will update in real time!
Open the `micropasts-blog-gatsby` directory in your code editor of choice and edit `src/pages/index.txt`. Save your changes and the browser will update in real time!
## 🚀 Quick start (Gatsby Cloud)
Expand Down

0 comments on commit 8285317

Please sign in to comment.