To get started with Android/LMODroid, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository using the LMODroid trees, use a command like this:
repo init -u https://github.com/supremegamers/android.git -b lmodroid/13-x86 --git-lfs
Then to sync up:
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags