Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 447 Bytes

File metadata and controls

19 lines (11 loc) · 447 Bytes

Developing

This document explains how to develop the project.

Turst the dotnet dev certs

dotnet dev-certs https --trust

Avalonia Plugin in Rider

Avalonia (for creating new projects)

Avalonia is used for the App UI. Install it via: dotnet new install Avalonia.Templates.

wasm-tools (for browser only)

wasm-tools is a set of tools to help with the development of Wasm. Install it via: dotnet workload install wasm-tools.