This repo contains the code for building http://source.dot.net
To clone and build locally (Windows only):
git clone --recursive https://github.com/dotnet/source-indexer.git
cd source-indexer\src\SourceBrowser
git fetch --all
git checkout source-indexer
dotnet restore
cd ..\..
msbuild build.proj