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

# Project Setup

> Fork, clone, and install dependencies

Use this guide once you have the required tools installed.

## Steps

<Steps>
  <Step title="Fork the repo">
    Fork the repository on GitHub so you can open pull requests later.
  </Step>

  <Step title="Clone your fork">
    ```bash theme={null}
    git clone https://github.com/<your-username>/launch.git
    cd launch
    ```
  </Step>

  <Step title="Install dependencies">
    `pnpm` is the default, but `npm` or `bun` work too.

    ```bash theme={null}
    pnpm install
    ```
  </Step>
</Steps>
