Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-l-robinson/drupal-open-menu
Demo of a Drupal header-based open menu
https://github.com/ryan-l-robinson/drupal-open-menu
Last synced: 2 days ago
JSON representation
Demo of a Drupal header-based open menu
- Host: GitHub
- URL: https://github.com/ryan-l-robinson/drupal-open-menu
- Owner: ryan-l-robinson
- Created: 2024-02-21T21:13:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T22:38:02.000Z (9 months ago)
- Last Synced: 2024-05-28T14:07:29.790Z (5 months ago)
- Language: PHP
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This provides a base Drupal site that can function within [GitPod](https://gitpod.io), in order to demonstrate the open menu functionality that is [discussed more on my blog](https://ryanrobinson.technology/websites/drupal/open-menu/).
## 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.
1. Click the "GitPod" button that now appears beside this repository or your own repository.
1. 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 10: APCU and UploadProgress
- Latest version of composer.
- Pa11y accessibility testing tool.
- module_filter and admin_toolbar modules for easier administration.
- [Drupal console](https://drupalconsole.com/) 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