Improve readme (#14858)

This commit is contained in:
martmull
2025-10-02 22:50:37 +02:00
committed by GitHub
parent d4160bf064
commit 87256e82f5
19 changed files with 158 additions and 357 deletions
@@ -2,14 +2,14 @@
{description}
## Development
## Requirements
- twenty-cli `npm install -g twenty-cli`
- an `apiKey`. Go to `https://twenty.com/settings/api-webhooks` to generate one
## Install to your Twenty workspace
```bash
twenty app dev --path {appDir}
```
## Deployment
```bash
twenty app sync --path {appDir}
twenty auth login
twenty app sync
```
@@ -0,0 +1,2 @@
export const CURRENT_EXECUTION_DIRECTORY =
process.env.INIT_CWD || process.cwd();