Experimental app launcher using Wails+SvelteKit
Find a file
2025-09-30 01:48:36 -04:00
.vscode chore: remove unrelated configurations copied over older project 2025-09-28 00:28:45 -04:00
app feat: refactor app structure with new database integration and folder management; add models for AppItem and Folder 2025-09-29 15:39:49 -04:00
build init: initial commit with basic wails project 2025-09-28 00:20:20 -04:00
frontend style: adjust OverlayScrollbars theme sizes and update ScrollContainer margin 2025-09-30 01:48:36 -04:00
.envrc init: initial commit with basic wails project 2025-09-28 00:20:20 -04:00
.gitignore chore: update .gitignore to include .claude directory; remove package.json.md5 form tracked 2025-09-30 00:36:04 -04:00
COMMITS.md init: initial commit with basic wails project 2025-09-28 00:20:20 -04:00
flake.lock init: initial commit with basic wails project 2025-09-28 00:20:20 -04:00
flake.nix fix: update shellHook in flake.nix with wails fixes; modify main.go to set fullscreen window state 2025-09-29 14:52:13 -04:00
go.mod feat: refactor app structure with new database integration and folder management; add models for AppItem and Folder 2025-09-29 15:39:49 -04:00
go.sum feat: refactor app structure with new database integration and folder management; add models for AppItem and Folder 2025-09-29 15:39:49 -04:00
main.go feat: refactor app structure with new database integration and folder management; add models for AppItem and Folder 2025-09-29 15:39:49 -04:00
README.md init: initial commit with basic wails project 2025-09-28 00:20:20 -04:00
wails.json fix: update frontend build and watcher commands in wails.json for consistency 2025-09-29 19:13:43 -04:00

README

About

This is the official Wails Svelte-TS template.

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.