Divi Boilerplate is a Divi child theme. It uses GulpJS to handle tasks, configuration and lint files.
- Upload the
Divi Boilerplatetheme folder via FTP to yourwp-content/themesdirectory. (The Divi parent theme needs to be inwp-content/themesdirectory as well.) - Go to your WordPress dashboard and select
Appearance. - Activate
Divi Boilerplatetheme.
- Install Git.
- Clone the repository to your local machine.
- Install NodeJS.
- Install Gulp globally.
- Install Yarn optional.
- Run
npm installoryarn install. - Replace site URL in line
41ofgulpfile.jsfile to your local development URL(e.g. http://divi.test).
- Sass
- Gulp
- Code cleanup and bug fixes