To get started with MoKee OpenSource, you will need to get familiar with Repo and Version Control with Git.
To initialize your local repository using the MoKee trees, use a command like this:
repo init -u https://github.com/zf5mk/android.git -b mkl-mr1
Then to sync up:
repo sync -c -j16
This manifest will already come with the Zenfone 5 device files, so all you need to do is build it.
. build/envsetup.sh
lunch mk_a500cg-user
make -j16
Please see the MoKee Build Guide, CyanogenMod Wiki or Android Docs for more building instructions.