Skip to content

arqma/arqnet-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arqnet Control GUI

This repository contains a cross-platform GUI for controlling and observing stats from a locally-running arqnet. See also arq-network.

Build Instructions

Build deps:

  • nvm or asdf
  • git
  • wine (for windows builds)

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

Development

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.

Env variables

OPEN_DEV_TOOLS=1 to open dev tools on start up

Credits

Based on Lokinet-GUI

About

GUI Control panel for ArqNet built using electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 3.2%
  • Shell 1.5%
  • NSIS 0.1%