Skip to content

Gatsby site that pulls data from WordPress

Notifications You must be signed in to change notification settings

markkelnar/wpgraphql.com

 
 

Repository files navigation

alt text

WPGraphQL.com

WPGraphQL.com is a Gatsby site that uses WordPress as the CMS.

This repository contains the Gatsby code to source data from WordPress and create pages using WordPress data.

Contributing

To run the site locally, copy .env.example to .env.development and set the contents to:

SITE_URL=http://localhost:8000
WPGRAPHQL_URL=https://content.wpgraphql.com/graphql

Then run yarn or npm install to install dependencies.

Then run gatsby develop to run the site.

About

Gatsby site that pulls data from WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%