novolis-dogfooding / getting-started.md
Getting started
Integration labs that prove the stack
dotnetsamplesnovolis
Prerequisites
- .NET SDK 10.0.100+ (
global.json) - Git 2.40+
- GitHub CLI (
gh) logged in (configure-gpr-user-nuget.ps1uses your current token) - For graphical samples: a desktop environment (Raylib apps)
Clone and build
git clone https://github.com/Novolis-Platform/novolis-dogfooding.git
cd novolis-dogfooding
..\novolis-governance\scripts\configure-gpr-user-nuget.ps1
dotnet restore
dotnet build --no-restore
dotnet run --project apps/MathGridDemo