1.0.1 • Published 6 years ago
@weknow/gatsby-starter-drupal-boina v1.0.1
Gatsby Starter Drupal Boina
The Gatsby Starter for the Drupal Boina Distribution
Project dependencies
Install
gatsby new boina https://github.com/weknowinc/gatsby-starter-drupal-boina
cd boinaCopy environment file
cp .env.dist .env.developmentYou should use
.env.productionfor production environment.
Update environment variables
# drupal
DRUPAL_HOST=http://drupal-boina.weknowinc.com/The DRUPAL_HOST variable contains the URL for your Drupal backed server. We highly recommend you to use the Drupal Boina Distribution. But in case you want to try right away. Don't worry we prepare a demo server running our Boina Distribution at http://drupal-boina.weknowinc.com/
Start Gatsby in development mode
gatsby developReplacing a component (shadowing)
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.
1.0.1
6 years ago