- Download Barrio, run
composer require 'drupal/bootstrap_barrio:^5.5'
- Install Barrio in Drupal, run
drush theme:enable bootstrap_barrio
- Set Barrio as default theme in Drupal, run
drush config-set system.theme default bootstrap_barrio
- Clone this repo into your Drupal
/themes/custom
directory - Run
npm install
- Change the browser-sync proxy to reflect your environment in the file
/src/build/browser-sync.config.js
- Rename
THEMENAME.info.yml
and modify the file contents as nessasary - Rename
THEMENAME.libraries.yml
- Rename
THEMENAME.theme
- Install theme in Drupal, run
drush theme:enable THEMENAME
- Set theme as default theme in Drupal, run
drush config-set system.theme default THEMENAME
- Run
npm start
You are good to go! It will watch all your files for changes automatically and live update your browser.