Skip to content

Commit

Permalink
Updates how-to-contribute docs (#9643)
Browse files Browse the repository at this point in the history
Recently I tried to run the instance of gatsby's website locally. 
By using `gatsby develop` in /www, unfortunately, it got stuck. Refer #9640 for more info.
Thanks to @DSchau he suggested trying `GATSBY_SCREENSHOT_PLACEHOLDER=true` to run the dev server. But for a new contributor, it's hard for him to figure this out. 

So I made some changes in the `how-to-contribute` docs.
  • Loading branch information
pranshuchittora authored and DSchau committed Nov 1, 2018
1 parent 5ba1551 commit 5901a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to-contribute.md
Expand Up @@ -79,7 +79,7 @@ a pull request.

- Clone the repo and navigate to `/www`
- Run `yarn` to install all of the website's dependencies.
- Run `gatsby develop` to preview the website in `http://localhost:8000`
- Run `gatsby develop` to preview the website in `http://localhost:8000` or [try these settings](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#placeholder-image) if it gets stuck processing.
- Make any necessary documentation modifications or additions to the
markdown files in `/docs`
- Make sure to double check your grammar and capitalise correctly.
Expand Down

0 comments on commit 5901a8f

Please sign in to comment.