Table of Contents

Requirements

Trinity requires .Net-Core 6+ to run.

Installation

To get started with the admin panel, you can install it using the command:

Trinity is available on NuGet , GitHub

dotnet add package AbanoubNassem.Trinity

Then add the following to your Program.cs

using AbanoubNassem.Trinity.Extensions;

[...]

builder.Services.AddTrinity();

[...]

app.UseTrinity();