Table of Contents

Introduction

Dash is an information dashboard application built with Avalonia and Ink. It can run as a local desktop application or be deployed on a server with multi-user support.

Running locally (desktop)

dotnet run --project src/Dash.Client.Desktop/Dash.Client.Desktop.csproj

Running the WASM demo locally

dotnet run --project src/Dash.Client.Browser/Dash.Client.Browser.csproj

Contributing

See CONTRIBUTING.md. UI component issues should be reported to the Ink repository.