A Gatsby Starter for the Drupal Boina Distribution
gatsby new [SITE_DIRECTORY_NAME] https://github.com/weknowinc/gatsby-starter-drupal-boina
$ cd [SITE_DIRECTORY_NAME]
$ gatsby develop
Copy .env.dist
to .env.development
,
you can use .env.production
for production deployments
Here you can point to your drupal site.
# drupal
DRUPAL_HOST=http://blog-drupal.weknowinc.develop/
Create a js component in the starting with the path
/src/components/@weknow/gatsby-theme-drupal-boina/
and follow the path to the component you want to replace.