Skip to content
Snippets Groups Projects
Unverified Commit 81a0bc2c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add create-project documentation

parent 42a9f941
No related branches found
No related tags found
No related merge requests found
Pipeline #60156 passed
......@@ -24,6 +24,17 @@ It will be moved into this repository in the near future.
* Copy the "api-starter-bundle" repo and rename everything
* Add the new bundle to your API fork
## Installation
```bash
# install relay-server-template to path "relay-api" (you need php and composer for this)
composer create-project dbp/relay-server-template relay-api "dev-main"
cd relay-api
# install dependencies
composer install
```
## Development
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment