Missing steps in CONTRIBUTING.md

Created on 5 December 2024, 4 months ago

Overview

As a newcomer to Experience Builder, I opened the CONTRIBUTING.MD file, as a standard mechanism to familiarize one-self with contributing, however under See it in action + recommended development environment, there seem to be some quirks.

  1. Drupal 11 (preferably a clone for Git archeology: git clone https://git.drupalcode.org/project/drupal.git β€” 10.3 will work too).
  2. composer require drush/drush <-- WHOA there, we aren't in the repository yet. Let's cd drupal first, eh?
  3. +++ cd drupal
  4. drush si standard <-- WHOA there, drush not found. Maybe ./vendor/bin/drush instead?
  5. +++ composer require drupal/experience_builder
  6. drush pm:install experience_builder <-- WHOA there. We never composer require drupal/experience_builder'ed. Ditto on ./vendor/bin/drush
  7. cd modules/contrib/experience_builder/ui and run npm install && npm run build
  8. Browse to /node/add/article just enter a title for the article and hit save. This will create a node with an empty canvas for the field field_xb_demo.
    In the toolbar, click "Experience Builder"! πŸ₯³ <-- Pedantically, this results in access denied, maybe add a "log into the site via the credentials printed to the screen in step #3" step? On a more serious note -- there's no "Experience Builder" link in the toolbar 😱
  9. If you're curious: look at the code, step through it with a debugger, and join us!
  10. If you want to run all tests locally, including the OpenAPI spec one: composer require league/openapi-psr7-validator webflo/drupal-finder devizzent/cebe-php-openapi --dev

Proposed resolution

Add / adjust a few steps, perhaps?

  1. Drupal 11 (preferably a clone for Git archeology: git clone https://git.drupalcode.org/project/drupal.git β€” 10.3 will work too).
  2. composer require drush/drush drupal/experience_builder
  3. vendor/bin/drush si standard
  4. vendor/bin/drush pm:install experience_builder
  5. cd modules/contrib/experience_builder/ui and run npm install && npm run build
  6. Browse to /node/add/article just enter a title for the article and hit save. This will create a node with an empty canvas for the field field_xb_demo.
    In the toolbar, click "Experience Builder"! πŸ₯³
  7. If you're curious: look at the code, step through it with a debugger, and join us!
  8. If you want to run all tests locally, including the OpenAPI spec one: composer require league/openapi-psr7-validator webflo/drupal-finder devizzent/cebe-php-openapi --dev

...although I'm not quite sure why the "Experience Builder" link isn't found in the toolbar anywhere yet.

User interface changes

Just more copy/pastable instructions!

πŸ› Bug report
Status

Active

Version

0.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States luke.leber Pennsylvania

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024