The UI uses Tauri which requires these steps to install: https://tauri.studio/en/docs/get-started/intro
-
Install dependencies with:
npm install
-
Launch the development server with:
npm run dev
The initial run may take a significant amount of time.
-
Build the interface with:
npm run build
Artifacts will be placed in
src-tauri/targets/release
.
An Installer is located insrc-tauri/targets/release/bundle-msi
Using the Installer will automatically install Webview2
.
If you only plan on distributing the UI
binaries, you will have to manually install [Webview2
].
[some extra setup]:
[webview2
]: https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section