-
Clone the repository to your local
-
Init git submodule
git submodule init
-
Update git submodule
git submodule update --remote
-
Go to the
frontend
directory and install the dependenciescd frontend pnpm install cd ..
-
Next you're ready to develop
Note that the
wails dev
orwails build
command is executed with the-s
parameterwails dev -s
.For more details, please see: https://wails.io/docs/guides/manual-builds/#cli-steps