> ## Documentation Index
> Fetch the complete documentation index at: https://deepkit-graphql.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

## Prerequisites

A basic understanding of [TypeScript](https://www.typescriptlang.org), [GraphQL](https://graphql.org) and [Deepkit](https://deepkit.io)

Install the required dependencies

<Tabs>
  <Tab title="npm">
    ```sh theme={null}
    $ npm install @deepkit-graphql/core graphql
    ```
  </Tab>

  <Tab title="yarn">
    ```sh theme={null}
    $ yarn add @deepkit-graphql/core graphql
    ```
  </Tab>

  <Tab title="pnpm">
    ```sh theme={null}
    $ pnpm add @deepkit-graphql/core graphql
    ```
  </Tab>
</Tabs>
