mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-01 15:10:48 +08:00

* POC of mkdocs barebones * Add more stuff! --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
15 lines
447 B
Plaintext
15 lines
447 B
Plaintext
# Minecraft Updater
|
||
|
||
```mdx-code-block
|
||
<p style={{ "text-align": "center" }}>
|
||
<img
|
||
src={
|
||
require("@site/static/img/showcase/minecraft-mod-updater.webp").default
|
||
}
|
||
/>
|
||
<br />
|
||
</p>
|
||
```
|
||
|
||
[Minecraft Updater](https://github.com/Gurkengewuerz/MinecraftModUpdater) is a utility tool to update and synchronize Minecraft mods for your userbase. It’s built using Wails2 and React with [antd](https://ant.design/) as frontend framework.
|