Files
twenty/packages/create-twenty-app/src/constants/template
martmull 8a257e0de3 Update public app names (#22228)
- update names to comply with @twentyhq/ prefix standard
- update versions
- upgrade twenty sdks versions 

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22228?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
2026-06-26 17:51:01 +02:00
..
2026-04-03 12:44:03 +00:00
2026-05-20 15:12:39 +00:00
2026-06-26 17:51:01 +02:00
2026-04-03 12:44:03 +00:00
2026-04-03 12:44:03 +00:00

This is a Twenty application bootstrapped with create-twenty-app.

Getting Started

This app was scaffolded with a local Twenty server running at http://localhost:2020.

Login with the default development credentials: tim@apple.dev / tim@apple.dev.

Run yarn twenty help to list all available commands.

Useful Commands

  • yarn twenty dev - Start the development server and sync your app
  • yarn twenty docker:status - Check the local Twenty server status
  • yarn twenty docker:start - Start the local Twenty server
  • yarn lint - Lint the project with oxlint
  • yarn typecheck - Type-check the project
  • yarn test:unit - Run unit tests
  • yarn test - Run integration tests

Learn More