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