Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 774 Bytes

avaloniaui.net - Avalonia UI Website

Gitter

Source files for the AvaloniaUI.net website.

This is an ASP.Net Core project based on Razor Pages and Markdown files rendering.

Prerequisites

  • .Net Core 3.1
  • Visual Studio 2019 or Visual Studio Code

Building and running

Visual Studio

Hit the Start Debugging button.

.Net CLI

Open a terminal into the src\AvaloniaUI.Net subfolder and run the following command:

dotnet run

This will start the website at http://localhost:5000 and https://localhost:5001.