Let's make Haivl great again.
- Download and install a local server environment such as XAMPP or MAMP
- Setting a virtual host if you want a prettier local domain
-
Clone project
-
Run
composer installto install all dependencies -
Change database info at the end of
web/sites/default/settings.phpto yours -
Access the site in your browser and follow the setup instructions
-
Synchronize configuration by running the following commands:
./vendor/bin/drush cset system.site uuid "fbd76dc7-4c21-4df4-8158-b88ac63678ee"./vendor/bin/drush ev '\Drupal::entityTypeManager()->getStorage("shortcut_set")->load("default")->delete();'./vendor/bin/drush cim