A Simple dashboard with various utilities written with Maui and C#
Prerequisites:
- .NET 9.0
- .NET IDE (e.g. Microsoft Jetbrains Rider / Visual Studio 2022)
If you ARE using an IDE
If you are using an IDE It should pick up the project, also you'll have SSL for https with Rider I'm just a fan of Jetbrains IDE's 🤷
If you are NOT using an IDE
- Step 1: Install packages
dotnet restore
- Step 2: Build:
dotnet build
- Step 3: Run:
dotnet run