Blazor version of AM5 SMU Checker that you can run in your browser to get some info about AM5 motherboard BIOS file.
am5-smu-checker-blazor.raiha.rocks
You have to have newish internet browser
You have to have .NET 8 SDK installed,
Run
dotnet run
And then you can open http://localhost:5039 in your browser
You have to have wasm-tools workload installed, before you you can do publish. You can install it with following command
dotnet workload install wasm-tools
Run
dotnet publish -c Release
and content should be in bin\Release\net8.0\publish\wwwroot folder.
RaINi, Reous and PatrickSchur for creating the Zen2-SMU-Checker command-line tool that is the base of AM5 SMU Checker.
All code files (*.cs, .razor) and HTML files (.html) are under MIT license, because original Zen2-SMU-Checker and MVP.css use that license
Icon file is modified emoji from Twitter Emoji (Twemoji) project. Their license is CC-BY 4.0