To get started with Android/DarkCyanogenMod, you'll need to get familiar with Git and Repo.
To initialize your local repository using the DarkCyanogenMod & CyanogenMod trees, use a command like this:
repo init -u git://github.com/DarkCyanogenMod/android.git -b android-4.4
Then to sync up:
repo sync