tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

Can't Run a development version of launchpad #276

Closed gagarin55 closed 6 months ago

gagarin55 commented 6 months ago

Hello, I can't run it as described in README:

$ yarn run tauri dev
yarn run v1.22.19
$ tauri dev
        Info Watching /tmp/tari-launchpad/libs/* for changes...
        Info Watching /tmp/tari-launchpad/cli for changes...
        Info Watching /tmp/tari-launchpad/ui/backend for changes...
        Info Watching /tmp/tari-launchpad/ui/frontend for changes...
   Compiling tari_bus_tauri v0.1.0 (/tmp/tari-launchpad/ui/backend)
    Finished dev [unoptimized + debuginfo] target(s) in 1m 16s
libEGL warning: DRI2: failed to authenticate
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
Asset `index.html` not found; fallback to index.html.html
Asset `index.html` not found; fallback to index.html/index.html
Asset `index.html` not found; fallback to index.html
AssetNotFound("index.html")

Any idea where is index.html ?

Thank you

SWvheerden commented 6 months ago

use cargo run --bin tari-lp-cli to run it

gagarin55 commented 6 months ago

But how I can run GUI ?

CjS77 commented 6 months ago

The GUI is out of date right now. You can run a TUI version with cargo run --tari-lp-cli