Initial commit
This commit is contained in:
commit
745182386f
184 changed files with 20012 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Drupal 9 stream demo
|
||||
|
||||
An example Drupal 9 application to use as a demo on [Gary's stream](https://twitch.tv/spabby).
|
||||
|
||||
Dependencies are managed using [Composer](https://getcomposer.org), including Drupal core and all contrib projects. This project is based on [drupal/recommended-project](https://github.com/drupal/recommended-project).
|
||||
|
||||
For more information, see:
|
||||
|
||||
- [
|
||||
Starting a Site Using Drupal Composer Project Templates
|
||||
](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates)
|
||||
- [
|
||||
Using Composer to Install Drupal and Manage Dependencies
|
||||
](https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies)
|
||||
- [
|
||||
Managing dependencies for a custom project
|
||||
](https://www.drupal.org/docs/develop/using-composer/managing-dependencies-for-a-custom-project)
|
||||
- [
|
||||
Using Drupal's Composer Scaffold
|
||||
](https://www.drupal.org/docs/develop/using-composer/using-drupals-composer-scaffold)
|
||||
Reference in a new issue