Improve readme (#14858)
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user