Skip to content

Commit

Permalink
docs: use hello-world starter in quick start guide instead of default…
Browse files Browse the repository at this point in the history
… starter (#25914)

* Small tweak to see if we can reduce errors driven by the default starter using  and its dependency on sharp.

* chore: format

* Reverted working directory name

A change to address feedback about changing the name to preserve continuity with current manual recipes.

Co-authored-by: gatsbybot <[email protected]>
  • Loading branch information
2 people authored and KyleAMathews committed Jul 29, 2020
1 parent 2703561 commit 3b033fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install -g gatsby-cli
### Create a new site

```shell
gatsby new gatsby-site
gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-hello-world
```

### Change directories into site folder
Expand All @@ -39,7 +39,7 @@ gatsby develop

Gatsby will start a hot-reloading development environment accessible by default at `http://localhost:8000`.

Try editing the JavaScript pages in `src/pages`. Saved changes will live reload in the browser.
Try editing the home page in `src/pages/index.js`. Saved changes will live reload in the browser.

### Create a production build

Expand Down

0 comments on commit 3b033fe

Please sign in to comment.