Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcraiha/am5-smu-checker-blazor
Blazor version of AM5 SMU Checker
https://github.com/mcraiha/am5-smu-checker-blazor
am5 blazor smu
Last synced: 18 days ago
JSON representation
Blazor version of AM5 SMU Checker
- Host: GitHub
- URL: https://github.com/mcraiha/am5-smu-checker-blazor
- Owner: mcraiha
- License: mit
- Created: 2023-01-14T12:24:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T18:53:05.000Z (about 1 month ago)
- Last Synced: 2024-11-21T19:36:24.480Z (about 1 month ago)
- Topics: am5, blazor, smu
- Language: HTML
- Homepage: https://am5-smu-checker-blazor.raiha.rocks/
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AM5-SMU-Checker-blazor
Blazor version of **AM5 SMU Checker** that you can run in your browser to get some info about [AM5](https://en.wikipedia.org/wiki/Socket_AM5) motherboard BIOS file.
## Web link
[am5-smu-checker-blazor.raiha.rocks](https://am5-smu-checker-blazor.raiha.rocks/)
## Requirements (end user)
You have to have newish [internet browser](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-9.0)
## How to run / develop
### Requirements
You have to have [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) installed,
### Actual run
Run
```
dotnet run
```
And then you can open http://localhost:5039 in your browser## How to publish
### Requirements
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
```### Actual publish
Run
```
dotnet publish -c Release
```
and content should be in **bin\Release\net9.0\publish\wwwroot** folder.## Credits
[RaINi](https://github.com/LeagueRaINi), Reous and [PatrickSchur](https://github.com/patrickschur) for creating the **Zen2-SMU-Checker** command-line tool that is the base of AM5 SMU Checker.
## Licenses
All code files (*.cs, *.razor) and HTML files (*.html) are under [MIT](https://opensource.org/licenses/MIT) license, because original Zen2-SMU-Checker and [MVP.css](https://github.com/andybrewer/mvp/) use that license
Icon file is modified emoji from [Twitter Emoji](https://github.com/twitter/twemoji) (Twemoji) project. Their license is [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)