Documentation Index
Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
Use this file to discover all available pages before exploring further.
- Docker errors — Make sure Docker Desktop (or the daemon) is running before
yarn twenty server start. The error message will show the right start command for your OS. - Wrong Node version — Need 24+. Check with
node -v. - Yarn 4 missing — Run
corepack enable. - Dependencies broken —
rm -rf node_modules && yarn install.