Add base application project yarn release file (#16238)

As title
This commit is contained in:
martmull
2025-12-02 13:10:50 +01:00
committed by GitHub
parent 5d4170d4c3
commit 6ea817dd6c
12 changed files with 352 additions and 97 deletions
@@ -0,0 +1,35 @@
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!