To get started with Intense-M, 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 ~/Intense-M
cd ~/Intense-M
repo init -u git://github.com/Intense-M/platform_manifest.git -b mm-6.0
repo sync
. build/envsetup.sh
lunch
make intense OR brunch <device name>