Skip to content
Jan Karger ツ ☀ edited this page Dec 5, 2019 · 6 revisions

Quick started for developers

  • Download the .NET Core 3.1.0 SDK and Runtime from here
  • Make sure you have Visual Studio 2019 16.4.x (or Preview) installed (this could also be the Community Edition)
  • Clone the repository
  • Open the solution from the src folder in Visual Studio 2019
  • Rebuild and you're done...

NuGet

You can download the latest version from NuGet

Next : Usage