
Glee is a bare minimum Drupal theme to help you create a beautiful, highly-custom UI that will make everyone go "glee"! Similar to Stark, Glee utilizes Drupal's default HTML and CSS styles to get you started in a pinch without the bloat and pain of overriding unnecessary styles.
Installation
After downloading the theme:
- Copy one of the starter kits to /themes/custom and replace the theme name in the appropriate files and code with your own.
 - Navigate to /admin/appearance.
 - Install and set your new custom theme as the default theme.
 - Run 
npm run initwithin the sub-theme to get started! 
Creating a sub-theme
Glee ships with three types of starter kits to help you get started. If you like developing your theme Sass-y and spicy, use one of the Sass (Syntactically Awesome Style Sheets) sub-themes - glee_subtheme_sass_kss or glee_subtheme_sass_fractal(coming soon). Otherwise, use glee_subtheme_css (coming soon) if you like to keep it plain and simple.
For additional information about each starter kit, please refer to the README file within its directory.