Install lando https://docs.lando.dev/install/macos.html
To install a dev portal using this profile.
- Clone Repo
- Lando start
- For local development only
- Run composer install
- Either within your lando container or on whatever server you want to install this on
- Install drupal based on install profile
lando start
lando composer install
lando drush site:install drupal_react_backend --site-name="React Backend test" --account-pass="pass" --db-url=mysql://drupal10:drupal10@database/drupal10 -y