diff --git a/README.md b/README.md index 832c9d6..ad2c471 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ Apache 2 or Nginx, you can instantly run the project by using PHPs` built-in Please be aware that the built-in web server is single threaded and only meant to be used for development. +## Next steps + +* [Getting Started with TYPO3](https://docs.typo3.org/permalink/t3start:start) +* [Create a Site Package](https://docs.typo3.org/permalink/t3sitepackage:start) + ## License GPL-2.0 or later diff --git a/composer.json b/composer.json index be26088..da47a14 100644 --- a/composer.json +++ b/composer.json @@ -39,5 +39,11 @@ "typo3/cms-tstemplate": "^13.4", "typo3/cms-viewpage": "^13.4", "typo3/cms-webhooks": "^13.4" - } + }, + "repositories": [ + { + "type": "path", + "url": "./packages/*" + } + ] } diff --git a/packages/.gitkeep b/packages/.gitkeep new file mode 100644 index 0000000..e69de29