Gatsby Drupal Preview Checklist: 1.Gatsby Site with Gatsby Source Drupal Plugin
Let’s Recap!
2.Drupal 8 site with Gatsby module installed and configured 3.Gatsby cloud instance (or local dev instance running gatsby develop
) 4.Configure gatsby-config.js to point to your Drupal site 5.Write graphql in gatsby-node.js to pull in your entities 6.Create a Gatsby template for an entity 7.Commit/push your code to Github (if using Gatsby Cloud) 8.Profit!
22