On Thu, Jan 16, 2020, at 10:27, Caveman Al Toraboran wrote: > this: > https://github.com/lbryio/lbry-desktop#running-from-source > > doesn't work. i did `yarn dev:web` (and without web) and i don't see anything > usable. with `:web` i get a browser opened, but it doesn't show anything. > without `:web` it just says that render compilation complete, and gets stuck > there. ctrl^c shows `killing threads...`. > > wat's the best way? is there even a best way? > > rgrds, > cm.
`yarn dev:web-server' works for me. HTH, Alec