- A step by step guide: Build a website with Wordpress and Gatsby.
Requirements:
- A wordpress site (use Local to create a WP site locally). Install the WPGraphQL & WPGatsby & WPGraphQL for Advanced Custom Fields plugins
- Change
env.developmentto.env.developmentand its content to your corresponding site's information. - If there is something not working, please read the blog.
# First install
npm i
# Install gatsby-cli
npm install -g gatsby-cli
# RUN THE WORDPRESS SITE FIRST!
# Developing mode
npm run develope