How to check it out
Ensure that Foundry is installed and functioning properly
Navigate to your desired directory
cd [desired-directory]
Clone the repository
git clone (https://github.com/thrackle-io/forte-rules-engine) cd [repo-directory] git update-index --assume-unchanged .env
Build the project(this will also create all the submodules)
forge build