To get started with Team-Razor, you'll need to get familiar with Git and Repo.
You will need to set up some directories in your build environment
To create them run:
mkdir -p ~/Razor-Rom
cd ~/Razor-Rom
repo init -u git://github.com/Razor-Developers/platform_manifest.git -b mm6.0
repo sync
. build/envsetup.sh
lunch
make razor OR brunch <device name>