Files
twenty/packages/create-twenty-app/src/constants/template
martmull 0671ff3de5 Fix lambda error (#21179)
- move twenty-sdk from dependencies to devDependencies
- add documentation about breaking
- add warning about moving the package to dev dependencies
2026-06-03 16:45:51 +00:00
..
2026-05-20 15:12:39 +00:00
2026-04-03 12:44:03 +00:00
2026-05-20 15:12:39 +00:00
2026-04-03 12:44:03 +00:00
2026-06-03 16:45:51 +00:00
2026-05-20 15:12:39 +00:00
2026-04-03 12:44:03 +00: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 test - Run integration tests

Learn More