Add .env.example in hello-world app (#15211)

as title
This commit is contained in:
martmull
2025-10-20 17:50:23 +02:00
committed by GitHub
parent 48dd9c3440
commit 5186e73ce1
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1 @@
TWENTY_API_KEY=<SET_YOUR_TWENTY_API>
@@ -14,6 +14,10 @@ This example will gradually gain complexity and capabilities as the twenty-cli m
## Install to your Twenty workspace
```bash
cp .env.example .env
```
- replace `<SET_YOUR_TWENTY_API>` with your apiKey
```bash