This repository contains a project that displays a dashboard containing useful information like build statuses and more to come.
Download .NET Core 1.1 here and install it.
npm installwebpackcd srcdotnet restoredotnet user-secrets set BambooUrl <value>(base URL without trailing slash)dotnet user-secrets set BambooUsername <value>dotnet user-secrets set BambooPassword <value>dotnet run
Check out the index.html page and wait for it to load.