Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 418 Bytes

File metadata and controls

26 lines (22 loc) · 418 Bytes

Development Guide (Wails v2)

Prerequisites

  • Go 1.21+
  • Node.js 16+
  • Wails CLI v2 (go install github.com/wailsapp/wails/v2/cmd/wails@latest)

Running the App

# Start backend + frontend with hot reload
wails dev
# OR
./run-gui.sh

Building

# Build Mac App
wails build

CLI Tool

The CLI entry point has moved to cmd/dev-cleaner.

go run ./cmd/dev-cleaner [command]