Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 946 Bytes

Building.md

File metadata and controls

42 lines (26 loc) · 946 Bytes

Building

The UI uses Tauri which requires these steps to install: https://tauri.studio/en/docs/get-started/intro

Building the Application

  1. Install dependencies with:

    npm install
  2. Launch the development server with:

    npm run dev

    The initial run may take a significant amount of time.

  3. Build the interface with:

    npm run build

    Artifacts will be placed in src-tauri/targets/release.
    An Installer is located in src-tauri/targets/release/bundle-msi


Note

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