Files
twenty/packages/twenty-docs/l/ko/developers/introduction.mdx
T
e0d4492013 i18n - docs translations (#17434)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 09:06:17 +01:00

24 lines
962 B
Plaintext

---
title: 시작하기
description: Twenty 개발자 문서에 오신 것을 환영합니다. 이 문서는 Twenty를 확장하고, 자체 호스팅하며, Twenty에 기여하는 데 필요한 자료를 제공합니다.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/ko/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
<CardTitle>확장</CardTitle>
API, 웹훅 및 맞춤형 앱과의 통합을 구축하세요.
</Card>
<Card href="/l/ko/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
<CardTitle>자체 호스팅</CardTitle>
자체 인프라에 Twenty를 배포하고 관리하세요.
</Card>
<Card href="/l/ko/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
<CardTitle>기여</CardTitle>
오픈 소스 커뮤니티에 참여하고 Twenty에 기여하세요.
</Card>
</CardGroup>