This project was setup to showcase Celebrations about the Drupal 9 launch, and has continued on for all types of celebrations related to Drupal.
Clone this project, then run composer install.
You'll need direnv and Drush installed.
Ensure you allow the .envrc file to run with direnv by typing direnv allow.
This will copy the file .env.example to .env.
You can then bootstrap and install Drupal based on the existing configuration with the following Drush command:
drush si -y minimal --sites-subdir default --existing-config --account-name admin --account-pass admin
Finally, run a local version of the website using drush serve and you should be access it at http://127.0.0.1:8888, where you can login with the generic username and password:
user: admin
pass: admin
Or use drush uli to create a one-time login link.
lando start- To run drush commands with
lando drush, comment outDRUSH_OPTIONS_URI="$SB_BASE_URL"if you are also using a local environment setup.
- Based on Tailwind
yarn && yarn run build
- PHP
- MariaDB
- Redis
This project is kindly sponsored and hosted by platform.sh.