You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ....
The text was updated successfully, but these errors were encountered:
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
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 ...
.The text was updated successfully, but these errors were encountered: