The Git for Windows homepage
- 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