The Git for Windows homepage
http://msysgit.github.io/
- Install Node.js
- Install Grunt:
npm install -g grunt-cli
- Install Node.js' dependencies:
cd msysgit.github.com && npm install
- Run
grunt
to generate the files - Run
grunt connect
and open http://localhost:4000 in your favorite browser to check the changes