Checking out the repository

  1. Ensure that Foundry is installed and functioning properly

  2. Navigate to your desired directory

    cd [desired-directory]
    
  3. Clone the repository

    git clone (https://github.com/thrackle-io/forte-rules-engine)
    cd [repo-directory]
    git update-index --assume-unchanged .env
    
  4. Build the project(this will also create all the submodules)

    forge build