SETUP.md
March 13, 2025 ยท View on GitHub
Build solution
-
Install .NET 8
-
Install .NET MAUI Workloads
dotnet workload install maui -
Build
dotnet restore --configfile NuGet.config dotnet build
Update ReadMe
- Install Python 3
- Run
pip install MarkdownPP - Optional. You may need to add env variables to path:
C:\Program Files\Python312\Scripts. This path should containmarkdown-pp. - Run PowerShell script
./md/run.ps1
Clean
find . -name '.DS_Store' -type f -delete
Get-ChildItem .\ -Force -Include Packages,.idea,.vs,bin,obj -Recurse | foreach ($_) { Remove-Item -Path $_.fullname -Force -Recurse }
git clean -dfx