Skip to content

namelessperson0/STX-GUI-miner

Repository files navigation

An HTML5 stand alone app using GitHub Electron (Chrome engine + Node.js) -- this is a GUI wrapper example that runs and process output of a bash shell command.

SETUP

  1. Install GitHub's Electron
  2. Clone this repository
  3. initialize node modules
  4. run application

Install GitHub's Electron

$ sudo npm install electron-prebuilt -g

Clone this repository

$ mkdir ~/projects/
$ git clone https://github.com/martinjackson/electron-run-shell-example.git
$ cd electron-run-shell-example

initialize node modules

$ npm install

run application

$ npm start
--- or ---
$ electron .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published