From 5186e73ce1e2249ce1de3f90299d537185d38ff0 Mon Sep 17 00:00:00 2001 From: martmull Date: Mon, 20 Oct 2025 17:50:23 +0200 Subject: [PATCH] Add .env.example in hello-world app (#15211) as title --- packages/twenty-apps/hello-world/.env.example | 1 + packages/twenty-apps/hello-world/README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 packages/twenty-apps/hello-world/.env.example diff --git a/packages/twenty-apps/hello-world/.env.example b/packages/twenty-apps/hello-world/.env.example new file mode 100644 index 00000000000..cfbb8aab89d --- /dev/null +++ b/packages/twenty-apps/hello-world/.env.example @@ -0,0 +1 @@ +TWENTY_API_KEY= diff --git a/packages/twenty-apps/hello-world/README.md b/packages/twenty-apps/hello-world/README.md index 5e75940abf2..518c0c80d0a 100644 --- a/packages/twenty-apps/hello-world/README.md +++ b/packages/twenty-apps/hello-world/README.md @@ -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 `` with your apiKey ```bash