Skip to content

duckzland/jxdashboard

Repository files navigation

JXDashboard

Electron base apps for monitoring JXMiner instance via GUI

JXDashboard Screenshot

Install Dependencies:

Node js and NPM packages is needed to build this package, in addition, Electron js packages is also needed. Please consult with your Linux distro on how to install them.

Installing the Javascript from package.json

    npm install

Starting the development environment

    npm start

Building binary (Linux) package

    npm run linux

Building deb package

    npm run deb64

Developing with webpack watch

    npm run watch

Authors

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details