Files
twenty/packages/twenty-docs/l/ro/developers/introduction.mdx
T
9bc5486d0d i18n - translations (#15803)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2025-11-13 17:12:39 +01:00

44 lines
1.6 KiB
Plaintext

---
title: Prezentare generală
description: Documentație tehnică pentru colaboratori și dezvoltatori care lucrează cu Twenty
---
import { CardTitle } from "/snippets/card-title.mdx"
## Getting started
<CardGroup cols={2}>
<Card href="/l/ro/developers/local-setup" img="/images/user-guide/fields/field.png">
<CardTitle>Setare locală</CardTitle>
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
</Card>
<Card href="/l/ro/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
<CardTitle>Găzduire proprie</CardTitle>
Learn how to host Twenty on your own server
</Card>
<Card href="/l/ro/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
<CardTitle>API și Webhooks</CardTitle>
REST and GraphQL APIs, webhooks, and integrations
</Card>
</CardGroup>
## Contribuții
<CardGroup cols={2}>
<Card href="/l/ro/developers/bug-and-requests" img="/images/user-guide/api/api.png">
<CardTitle>Bugs și Cereri</CardTitle>
Ask for help on GitHub or Discord
</Card>
<Card href="/l/ro/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
<CardTitle>Frontend Development</CardTitle>
Frontend commands, Figma, React Best Practices...
</Card>
<Card href="/l/ro/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
<CardTitle>Dezvoltare Backend</CardTitle>
NestJS, Custom Objects, Queues...
</Card>
</CardGroup>