Hacker News new | ask | show | jobs
by neonsunset 637 days ago
Was that something specific you had trouble with? You can v. quickly start with e.g.

  dotnet new --install Avalonia.Templates
  dotnet new avalonia.app
  dotnet run
Will work on any platform.