Skip to content

Commit

Permalink
chore(recipe): Replaced yarn commands with npm (#20965)
Browse files Browse the repository at this point in the history
* chore(doc): Replaced yarn instructions with npm in Creating a new site using a theme doc

* chore(doc): Replaced yarn instructions with npm in Creating a new site using a theme doc
  • Loading branch information
Ekwuno authored and LB committed Jan 28, 2020
1 parent 996e951 commit 8d20440
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/docs/recipes/working-with-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Found a theme you'd like to use on your project? Awesome! You can configure it f
### Prerequisites

Make sure you have the following installed:

- [Gatsby CLI](/docs/gatsby-cli)
- [Yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable)
- Make sure you have the [Gatsby CLI](/docs/gatsby-cli) installed

### Directions

Expand Down Expand Up @@ -60,7 +57,7 @@ module.exports = {
}
```

4. Run `yarn develop` , the theme should be available at `http://localhost:8000/{basePath}`
4. Run `gatsby develop` , the theme should be available at `http://localhost:8000/{basePath}`

> To learn how to further customize a theme, check out the available paths on [Gatsby-theme-blog Documentation](https://www.npmjs.com/package/gatsby-theme-blog).
Expand Down

0 comments on commit 8d20440

Please sign in to comment.