This repository contains the bare-minimum and necessary tools and files required to spin up a WordPress theme. The goal of this project is to eradicate the time that goes to set-up a WordPress theme. This repository doesn't contain theme files itself, you'll have to include the files within your theme.
Within your theme, download the zip and extract the files in the theme root. To integrate base components with your current theme, add:
require get_template_directory() . '/bt-includes/loader.php';to your functions.php file.