Quick Start for Drupal
Quick Start is inspired from a distribution like Varbase, Thunder, Open Social to deliver a quick installation for Drupal 8., (*1)
Theming is based on Bootstrap SASS sub-theme called DrupalCoders., (*2)

, (*3)
Contains most of the futures from Varbase but converted to SCSS., (*4)
Install Quick Start via Drush:
To install the most recent stable release of Quick Start run this command:
drush dl quick_start
, (*6)
Install Quick Start via Composer:
To install the most recent stable release of Quick Start run this command:
composer create-project drupalcoders/quick_start_distro:dev-master PROJECT_DIR_NAME --no-interaction
, (*7)
Or just simply download the lastest stable version Quick Start
, (*8)
Why should you choose Quick Start?
If you love Bootstrap SCSS then you are going love this distribution. Easy add sub-themes with your branding with a drush command:, (*9)
drush dc mypersonaltheme
, (*10)
Reworked paragraphs grid systems
Making landing pages easy to add and responsive from start., (*11)
Reworked Retina Images
For Tablet and Mobile displays.
12 Image Displays to Media Browser, think of each display as a column.
If you have an image in a col-sm-4 then choose Display 4 for the image., (*12)
Quick Start comes with 2 more Features
Hero Slider(for creating front page slider) and Gallery(for creating a grid colorbox gallery) both of them disabled by default., (*13)