- Bus (Done)
- Node (Done)
- Message (WIP)
- Signal Types (Done)
- Signal Unit (Done)
- Signal Enum (Done)
-
Install wails3:
go install -v github.com/wailsapp/wails/v3/cmd/wails3@latest
Important
Check wails3 is at version v3.0.0-alpha.9 with the command wails3 version.
-
Clone this repo.
-
Navigate to the root folder.
-
Install go dependencies:
go mod tidyAlso, it may be useful to install in advance the frontend dependencies:
cd frontend pnpm install -
Run the application in development mode (in the root folder):
wails3 devThis will start the application and enable hot-reloading for both frontend and backend changes.
In MacOS/Linux it is better to run the application with sudo:
sudo wails3 dev