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
gruntto generate the files - Run
grunt connectand open http://localhost:4000 in your favorite browser to check the changes
