Code Koalas Edition
composer create-project codekoalas/koality-drupal:10.x-dev some-dir --stability dev --no-interaction
fin up
cp sample.settings.php docroot/sites/default/settings.php
- Go to your new local site.
- Update .ddev/commands to point to the info you need to get those working for others.
a. replace
NAMEOFTHEME
with actual name of theme.
After site is up and running.
- Install modules:
(fin|ddev) drush en cl_server sdc_examples -y
- Login to Drupal and modify the cl_server permissions to permit anonymous users to view
- Edit
.storybook/preview.js
URL to be your URL. - Run
ddev yarn install
- Run
ddev yarn storybook
and navigate to https://nameofiste.ddev.site:6006
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:
Here is some basic information about what the project is
This will spin up site, run composer, and download the database.
fin init
- Local: http://my-site.docksal.site
- Stage: https://my-site.docksal.site
- Prod: https://my-site.docksal.site
A link to designs could be nice to put in the readme as well.
Project Owner: Someone
Project Manager: Someone
Software Engineer: Someone
Designer: Someone