> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 설치

프로젝트에 X API용 TypeScript SDK를 설치하고 사용을 시작하세요.

<div id="install">
  ## 설치
</div>

<CodeGroup>
  ```bash npm theme={null} theme={null}
  npm install @xdevplatform/xdk
  ```

  ```bash yarn theme={null} theme={null}
  yarn add @xdevplatform/xdk
  ```

  ```bash pnpm theme={null} theme={null}
  pnpm add @xdevplatform/xdk
  ```
</CodeGroup>

<div id="typescript-support">
  ## TypeScript 지원
</div>

이 SDK는 TypeScript로 작성되었으며 전체 type 정의를 제공합니다. 추가 type 패키지는 필요하지 않습니다.

<div id="requirements">
  ## 요구 사항
</div>

* Node.js 16+
* TypeScript 4.5+ (TypeScript를 사용하는 경우)

<div id="next-steps">
  ## 다음 단계
</div>

* [Authentication](/ko/xdks/typescript/authentication) - 인증 설정
* [Quick Start](/ko/xdks/typescript/overview) - 첫 번째 API 호출

<Info>
  JavaScript/TypeScript XDK를 사용하는 자세한 코드 예제를 보려면 [code samples GitHub 저장소](https://github.com/xdevplatform/samples/tree/main/javascript)를 확인하세요.
</Info>
