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

Step by step guide #13

Open
chmac opened this issue Oct 3, 2018 · 1 comment
Open

Step by step guide #13

chmac opened this issue Oct 3, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@chmac
Copy link
Collaborator

chmac commented Oct 3, 2018

Let's create a step by step guide that tells folks how to get started with this starter. Would be great if we could somehow throw that as a message in the console when the user runs gatsby new ....

@chmac chmac self-assigned this Oct 3, 2018
@chmac chmac added the enhancement New feature or request label Jul 1, 2020
@robertzo
Copy link

You can say something similar to this:

Before you start make sure the following plugins are installed on your live WordPress Site

WPGraphQL
WPGatsby 

To connect your configure your new Gatsby Site to serve WordPress content make sure to open the gatsby-config.js and replace the URL under:

`resolve: 'gatsby-source-wordpress'`

with your live WordPress site URL /graphql (include https if using SSL).

Run these 2 commands to see the changes live:

cd YourSiteDirectory
gatsby develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants