Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
---
|
||
title: Genel Bakış
|
||
description: Katkıda bulunanlar ve geliştiriciler için Twenty ile çalışmak üzere teknik dokümantasyon
|
||
---
|
||
|
||
import { CardTitle } from "/snippets/card-title.mdx"
|
||
|
||
## Getting started
|
||
|
||
<CardGroup cols={2}>
|
||
<Card href="/l/tr/developers/local-setup" img="/images/user-guide/fields/field.png">
|
||
<CardTitle>Yerel Kurulum</CardTitle>
|
||
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
|
||
</Card>
|
||
|
||
<Card href="/l/tr/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
|
||
<CardTitle>Self-Hosting</CardTitle>
|
||
Learn how to host Twenty on your own server
|
||
</Card>
|
||
|
||
<Card href="/l/tr/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
|
||
<CardTitle>API and Webhooks</CardTitle>
|
||
REST and GraphQL APIs, webhooks, and integrations
|
||
</Card>
|
||
</CardGroup>
|
||
|
||
## Katkıda Bulunma
|
||
|
||
<CardGroup cols={2}>
|
||
<Card href="/l/tr/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
||
<CardTitle>Hatalar ve Talepler</CardTitle>
|
||
Ask for help on GitHub or Discord
|
||
</Card>
|
||
|
||
<Card href="/l/tr/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
|
||
<CardTitle>Frontend Geliştirme</CardTitle>
|
||
Frontend commands, Figma, React Best Practices...
|
||
</Card>
|
||
|
||
<Card href="/l/tr/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
|
||
<CardTitle>Backend Geliştirme</CardTitle>
|
||
NestJS, Custom Objects, Queues...
|
||
</Card>
|
||
</CardGroup> |