Clone the repo and its submodules
Lila depends on several sub-projects (like scalachess) that live in separate repositories. The --recurse-submodules flag pulls all of them in one shot so nothing is missing.
Clone finishes but submodule folders are empty
Run: git submodule update --init --recursive
