To get started with DroidX-UI, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository, use a command like this:
repo init --depth=1 -u https://github.com/DroidX-UI/manifest.git -b 15 --git-lfs
Then to sync up:
repo sync -c -j$(nproc --all) --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune
From root directory of Project, perform following commands in terminal
$ . build/envsetup.sh
$ lunch droidx_$device-ap3a-userdebug
$ m bacon