Files
twenty/packages/create-twenty-app/src/constants/base-application/README.md
T
2025-12-02 13:10:50 +01:00

951 B

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

Getting Started

First, authenticate to your workspace:

yarn auth

Then, run the development server:

yarn dev

Open your Twenty instance and go to /settings/applications section to see the result.

You can start adding twenty entities by running

yarn create-entity

The application auto-updates as you edit the file.

Learn More

To learn more about Twenty applications, take a look at the following resources:

You can check out the Twenty GitHub repository - your feedback and contributions are welcome!