Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(recipe): Replaced yarn commands with npm #20965

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(doc): Replaced yarn instructions with npm in Creating a new sit…
…e using a theme doc
  • Loading branch information
Ekwuno committed Jan 28, 2020
commit 705c344651b6d3d3dbc1fd78407965c465d3c463
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 `gatbsy 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