This is a good starter theme, it is here for convenience. You do not need to use this theme, but if you like bootstrap it is a great starting point for your custom theme. Hack away!
Here are some additional instructions regarding how to use your new theme
cd themes/[theme-name]
gulp
#1 install node
On a mac you can use homebrew
brew install node
#2 install theme
npm install
#3 install gulp
npm install --global gulp-cli
Check out more details at https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
#4 run gulp (compile theme)
gulp