README
A base Drupal install profile to scaffold Manatà projects.
How to use it?
On any Drupal project, add bloom to your composer dependecies:
composer require manaticr/bloom
Install the site using bloom profile.
drush si bloom --account-pass=admin --site-name="Drupal8" -y
Enjoy your site!!