Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 931 Bytes

Overview

This provides a base Drupal site that can function within GitPod.

Usage

  1. Install GitPod and sign up for an account with your GitLab, GitHub, or Bitbucket account, if you haven't already. Add the browser extension.
  2. Click the "GitPod" button that now appears beside this repository or your own repository.
  3. Optionally launch Visual Studio Code to edit from the desktop app instead of the browser.

Includes

  • PHP 8.1 and PHP extensions recommended for Drupal 9: APCU and UploadProgress
  • Latest version of composer.
  • Pa11y accessibility testing tool.
  • module_filter and admin_toolbar modules for easier administration.
  • Drupal console to aid in custom development.

Default Admin User

Username: admin Password: ZNB*ufm1tyz4rwc@yzk

TODO

  • Update to Drupal 10, once there is no longer a conflict with Drupal console
  • Add XDebug for PHP testing