This is a [Twenty](https://twenty.com) application project bootstrapped with [`create-twenty-app`](https://www.npmjs.com/package/create-twenty-app). ## Getting Started First, authenticate to your workspace: ```bash yarn auth ``` Then, run the development server: ```bash yarn dev ``` Open your Twenty instance and go to `/settings/applications` section to see the result. You can start adding twenty entities by running ```bash 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: - [twenty-sdk](https://www.npmjs.com/package/twenty-sdk) - learn about `twenty-sdk` tool. - [Twenty doc](https://docs.twenty.com/) - Twenty's documentation. - Join our [Discord](https://discord.gg/cx5n4Jzs57) You can check out [the Twenty GitHub repository](https://github.com/twentyhq/twenty) - your feedback and contributions are welcome!