Files
twenty/packages/twenty-docs/l/ko/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.5 KiB
Plaintext

---
title: 개요
description: Twenty와 작업하는 기여자 및 개발자를 위한 기술 문서
---
import { CardTitle } from "/snippets/card-title.mdx"
## 시작하기
<CardGroup cols={2}>
<Card href="/l/ko/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/ko/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/ko/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
<CardTitle>API 및 웹훅</CardTitle>
REST and GraphQL APIs, webhooks, and integrations
</Card>
</CardGroup>
## 기여
<CardGroup cols={2}>
<Card href="/l/ko/developers/bug-and-requests" img="/images/user-guide/api/api.png">
<CardTitle>버그 및 요청</CardTitle>
Ask for help on GitHub or Discord
</Card>
<Card href="/l/ko/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
<CardTitle>프론트엔드 개발</CardTitle>
Frontend commands, Figma, React Best Practices...
</Card>
<Card href="/l/ko/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
<CardTitle>백엔드 개발</CardTitle>
NestJS, Custom Objects, Queues...
</Card>
</CardGroup>