https://github.com/dskt-cc/desktopmatemodmanager
[ Go ] Desktop application for managing Desktop Mate mods
https://github.com/dskt-cc/desktopmatemodmanager
desktop-mate-mods dskt-cc go react wails
Last synced: 2 months ago
JSON representation
[ Go ] Desktop application for managing Desktop Mate mods
- Host: GitHub
- URL: https://github.com/dskt-cc/desktopmatemodmanager
- Owner: dskt-cc
- Created: 2025-01-28T23:54:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T00:07:42.000Z (over 1 year ago)
- Last Synced: 2025-01-29T00:30:30.725Z (over 1 year ago)
- Topics: desktop-mate-mods, dskt-cc, go, react, wails
- Language: JavaScript
- Homepage: https://dskt.cc/manager
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DesktopMateModManager
## Live Development
To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
## Building
To build a redistributable, production mode package, use `wails build`.