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

# 설치

> 프로젝트에서 X API용 TypeScript SDK를 시작하세요. SDK는 TypeScript로 작성되었으며 전체 타입 정의가 포함되어 있습니다.

프로젝트에서 X API용 TypeScript SDK를 시작하세요.

## 설치

<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>

## TypeScript 지원

SDK는 TypeScript로 작성되었으며 전체 타입 정의가 포함되어 있습니다. 별도의 타입 패키지가 필요하지 않습니다.

## 요구 사항

* Node.js 16 이상
* TypeScript 4.5 이상 (TypeScript 사용 시)

## 다음 단계

* [인증](/xdks/typescript/authentication) - 인증 설정
* [빠른 시작](/xdks/typescript/overview) - 첫 번째 API 호출

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