An interactive tree of who is alive & who is dead in Game of Thrones.
Go here and view it in a web browser: (https://tree-of-thrones-service-hcwqxldcva-uw.a.run.app)
OR:
Download the .NET SDK (https://dotnet.microsoft.com/en-us/download)
Open a terminal/cmd prompt. Run:
git clone git@github.com:kiera-dev/tree_of_thrones.git
Navigate to the project folder
cd tree_of_thrones
Resotre project dependencies:
dotnet restore
Build project:
dotnet build
Run project:
dotnet run
Go to localhost:5000/ in a browser
