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