Files
twenty/packages/twenty-docs/l/he/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
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: סקירה כללית
description: תיעוד טכני עבור תורמים ומפתחים העובדים עם Twenty
---
import { CardTitle } from "/snippets/card-title.mdx"
## Getting started
<CardGroup cols={2}>
<Card href="/l/he/developers/local-setup" img="/images/user-guide/fields/field.png">
<CardTitle>הגדרה מקומית</CardTitle>
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
</Card>
<Card href="/l/he/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
<CardTitle>אירוח עצמי</CardTitle>
Learn how to host Twenty on your own server
</Card>
<Card href="/l/he/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
<CardTitle>API ו-Webhooks</CardTitle>
REST and GraphQL APIs, webhooks, and integrations
</Card>
</CardGroup>
## תרומה
<CardGroup cols={2}>
<Card href="/l/he/developers/bug-and-requests" img="/images/user-guide/api/api.png">
<CardTitle>באגים ובקשות</CardTitle>
Ask for help on GitHub or Discord
</Card>
<Card href="/l/he/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
<CardTitle>פיתוח Frontend</CardTitle>
Frontend commands, Figma, React Best Practices...
</Card>
<Card href="/l/he/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
<CardTitle>פיתוח Backend</CardTitle>
NestJS, Custom Objects, Queues...
</Card>
</CardGroup>