Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcraiha/zen2-smu-checker-blazor
Blazor version of Zen2-SMU-Checker
https://github.com/mcraiha/zen2-smu-checker-blazor
blazor blazor-webassembly zen2-smu-checker
Last synced: 23 days ago
JSON representation
Blazor version of Zen2-SMU-Checker
- Host: GitHub
- URL: https://github.com/mcraiha/zen2-smu-checker-blazor
- Owner: mcraiha
- License: mit
- Created: 2021-12-20T11:25:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T19:02:20.000Z (about 2 months ago)
- Last Synced: 2024-11-20T20:18:07.631Z (about 2 months ago)
- Topics: blazor, blazor-webassembly, zen2-smu-checker
- Language: HTML
- Homepage: https://zen2-smu-checker-blazor.raiha.rocks
- Size: 144 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE-LOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Zen2-SMU-Checker-blazor
Blazor version of [Zen2-SMU-Checker](https://github.com/LeagueRaINi/Zen2-SMU-Checker) that you can run in your browser to get some info about [AM4](https://en.wikipedia.org/wiki/Socket_AM4) motherboard BIOS file.
## Web link
[zen2-smu-checker-blazor.raiha.rocks](https://zen2-smu-checker-blazor.raiha.rocks/)
## Requirements (use)
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
Move to [src](src) folder and the run
```
dotnet run
```
And then you can open http://localhost:5092 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
Move to [src](src) folder and the 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 command-line tool.
## 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/)