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

# Quickstart

> Start building with rapid within minutes

## Setup up rapid

Setting up rapid is easy. Just follow the steps below

<Steps>
  <Step title="Git Clone">
    You can git clone or fork the [Rapid GitHub
    repository](https://github.com/imprakharshukla/rapid)

    ```bash theme={null}
    mkdir rapid && cd rapid && git clone https://github.com/imprakharshukla/rapid . 
    ```
  </Step>

  <Step title="Install the dependencies">
    Now install the dependencies with (ensure that pnpm is installed [Guide](https://pnpm.io/installation))

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

  <Step title="Start the development server">
    ```bash theme={null}
    pnpm dev
    ```

    <Note>You can filter out packages and apps with pnpm workspace's `--filter` option. [Learn more.](https://pnpm.io/filtering)</Note>
  </Step>
</Steps>

### Dive deep in

If you want to continue further please read more here.
