This repository contains a cross-platform GUI for controlling and observing stats from a locally-running arqnet. See also arq-network.
Build deps:
For node related deps:
- nodejs 17.x with npm and yarn
OR
Clone the repo:
$ git clone --recursive https://github.com/arqma/arqnet-gui
$ cd arqnet-gui
If using asdf:
$ asdf install
Build the project:
$ yarn install --frozen-lockfile
$ yarn dist
It looks like everytime we fix CI builds, dev builds break, and the other side happens too. So I've decided to remove the dev setup entirely.
To do change the code and see the result, the easiest is to now work on ubuntu, do your change, and run yarn appImage
. This gets you an appImage in ./release
.
OPEN_DEV_TOOLS=1
to open dev tools on start up
Based on Lokinet-GUI