-
Notifications
You must be signed in to change notification settings - Fork 1
Deployment
Sparsh edited this page Apr 12, 2026
·
1 revision
- Install .NET 10 SDK.
- Install CMake.
- Run
./build.shfrom the repository root.
-
core— builds tocore/buildand can be run as a local service -
server— ASP.NET Core backend for device and policy management -
web— C# Blazor Server dashboard -
cli— run viadotnet run -- --status -
app/desktop— WPF desktop app (Windows only)
The repository includes GitHub Actions workflow .github/workflows/ci.yml to validate the build for core, shared, server, CLI, and the Windows desktop app.