The source
Just open a powershell window and run (please keep in mind that you need to have git also installed. The easiest way to install it is with Chocolatey):
PS:\>iex ((new-object net.webclient).DownloadString('http://thesource.azurewebsites.net/install.ps1'))
Then just open the solution, restore the nuget packages and run :)
(If this is the first usage, please read the README.MD first)