Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 597 Bytes

File metadata and controls

17 lines (13 loc) · 597 Bytes

Dashboard

This repository contains a project that displays a dashboard containing useful information like build statuses and more to come.

Getting started

Download .NET Core 1.1 here and install it.

  • npm install
  • webpack
  • cd src
  • dotnet restore
  • dotnet 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.