Using Gitpod, setup is already complete and can skip this section
-
Install
dotnet
, if you haven't already, by going to https://dotnet.microsoft.com/en-us/download -
Verify you have
dotnet
installed correctlydotnet --version
-
With this project open, open a new Terminal and install dependencies
dotnet build
# Run all tests
dotnet test