To get started with the ClownUI sources, you'll need to get familiar with Git and Repo.
To initialize your local repository, use command:
repo init -u https://github.com/ClownUI/android_manifest.git -b vic --git-lfs
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune
. build/envsetup.sh
lunch clown_$devicecodename-userdebug
make clown -j$(nproc --all) | tee log.txt