Improve create-twenty-app command (#18226)

as title
This commit is contained in:
martmull
2026-02-25 14:10:47 +01:00
committed by GitHub
parent e7f958c9cf
commit 448241540d
4 changed files with 11 additions and 16 deletions
@@ -31,13 +31,6 @@ Create a new app using the official scaffolder, then authenticate and start deve
npx create-twenty-app@latest my-twenty-app
cd my-twenty-app
# If you don't use yarn@4
corepack enable
yarn install
# Authenticate using your API key (you'll be prompted)
yarn twenty auth:login
# Start dev mode: automatically syncs local changes to your workspace
yarn twenty app:dev
```