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

# Checkout Repository

> How to check it out

## Checking out the repository

1. Ensure that [Foundry](https://book.getfoundry.sh/getting-started/installation) is installed and functioning properly

2. Navigate to your desired directory
   ```bash
   cd [desired-directory]
   ```

3. Clone the [repository](https://github.com/forte-service-company-ltd/forte-rules-engine)

   ```bash
   git clone (https://github.com/forte-service-company-ltd/forte-rules-engine)
   cd [repo-directory]
   git update-index --assume-unchanged .env
   ```

4. Build the project(this will also create all the submodules)

   ```bash
   forge build
   ```
