You need to have npm installed correctly, you can see a guide that I found here: http://www.wenincode.com/installing-node-jsnpm-without-sudo/
in your terminal:
- git clone [email protected]:robert-king/mmsudoku.git
- cd mmsudoku
- npm install
- bower install
- grunt serve
DONE :D !