codekoalas/koality-drupal

Project template for Drupal 10 projects with composer: with some pre-installed things needed on every site

Installs: 194

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 950

Type:project

10.x-dev 2024-02-29 17:55 UTC

This package is auto-updated.

Last update: 2024-03-29 18:15:27 UTC


README

Code Koalas Edition

How to use

  1. composer create-project codekoalas/koality-drupal:10.x-dev some-dir --stability dev --no-interaction
  2. fin up
  3. cp sample.settings.php docroot/sites/default/settings.php
  4. Go to your new local site.
  5. Update .ddev/commands to point to the info you need to get those working for others. a. replace NAMEOFTHEME with actual name of theme.

Storybook

After site is up and running.

  1. Install modules: (fin|ddev) drush en cl_server sdc_examples -y
  2. Login to Drupal and modify the cl_server permissions to permit anonymous users to view
  3. Edit .storybook/preview.js URL to be your URL.
  4. Run ddev yarn install
  5. Run ddev yarn storybook and navigate to https://nameofiste.ddev.site:6006

Readme After Initial Setup

After you have gotten this spun up be a good person and update the readme to match the project you're building, here's a template:

My Website

Here is some basic information about what the project is

Spinup

This will spin up site, run composer, and download the database.

  • fin init

Environments

Designs

A link to designs could be nice to put in the readme as well.

Members

Project Owner: Someone

Project Manager: Someone

Software Engineer: Someone

Designer: Someone