A Boop clone
Find a file
Leon Mika 3cb5795ca5
All checks were successful
Build / build (push) Successful in 4m27s
Added some more commands and mades some quality of life improvements
2026-01-25 11:00:40 +11:00
.forgejo/workflows Removed -o option, seems to be breaking build 2025-09-07 09:59:54 +10:00
.idea Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
frontend Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
.gitignore Have made some large improvements 2025-09-14 21:58:30 +10:00
app.go Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
appctx.go Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
go.mod Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
go.sum Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
main.go Some more stying and added a build step 2025-09-07 09:32:53 +10:00
models.go Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
package-lock.json Initial commit 2025-09-06 10:26:50 +10:00
package.json Initial commit 2025-09-06 10:26:50 +10:00
README.md Initial commit 2025-09-06 10:26:50 +10:00
textfilters.go Added some more commands and mades some quality of life improvements 2026-01-25 11:00:40 +11:00
wails.json Initial commit 2025-09-06 10:26:50 +10:00

README

About

This is the official Wails Vanilla template.

You can configure the project by editing wails.json. More information about the project settings can be found here: https://wails.io/docs/reference/project-config

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.