drupal-celebrations / celebrate-drupal-9

Celebrate Drupal, together. Design: https://www.figma.com/file/UbJpt1RvUHmkrPENnHMqqF
https://celebratedrupal.org
GNU General Public License v2.0
10 stars 2 forks source link
drupal tailwindcss

Celebrate Drupal 9

This project was setup to showcase Celebrations about the Drupal 9 launch.

Getting Started

Local environment

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

Frontend

Services

Hosted by Platform.sh

This project is kindly sponsored and hosted by platform.sh.

Further Reading