A Boop clone
Find a file
Leon Mika a93dc05667
All checks were successful
Build / build (push) Successful in 1m0s
Removed -o option, seems to be breaking build
2025-09-07 09:59:54 +10:00
.forgejo/workflows Removed -o option, seems to be breaking build 2025-09-07 09:59:54 +10:00
.idea Initial commit 2025-09-06 10:26:50 +10:00
frontend Some more stying and added a build step 2025-09-07 09:32:53 +10:00
.gitignore Initial commit 2025-09-06 10:26:50 +10:00
app.go Have got text transformations working 2025-09-06 11:26:54 +10:00
go.mod Have got text transformations working 2025-09-06 11:26:54 +10:00
go.sum Have got text transformations working 2025-09-06 11:26:54 +10:00
main.go Some more stying and added a build step 2025-09-07 09:32:53 +10:00
models.go Have got text transformations working 2025-09-06 11:26:54 +10: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 Have got text transformations working 2025-09-06 11:26:54 +10: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.