The fastest way to spin up Drupal development environments, powered by Lando.
- Make sure you have Codespaces enabled for your user/org.
- Click the green "Code" button in the GitHub interface above and create a new Codespaces environment.
- Make sure you have Lando installed.
- Clone this repo.
- Run
lando start
within the cloned directory. - After your application has started, run
lando composer require drush/drush && lando composer install
This repo is forked from the official Drupal upstream to give you the most up-to-date Drupal install possible. If you have an existing Drupal project and would like to deploy it using this configuration, copy the following files/directories to your install:
- .lando.yml
- .codespaces
- .gitpod.yml
If you aren't running Drupal 9, edit the .lando.yml
file to reflect the appropriate version of Drupal.