slonkboard
is a front-end dashboard for slonk
.
It is based off of our previous dashboard,
resfet-dashboard
.
This project uses Node.JS and NPM.
Clone the repository into your desktop:
git clone https://github.com/rice-eclipse/slonkboard
CD into the directory:
cd slonkboard
Install the required modules:
npm install
Run the software:
npm start
While debugging, you may find it useful to include backtrace information from Electron.
To do this, set the environment variable ELECTRON_ENABLE_LOGGING
to 1.
ELECTRON_ENABLE_LOGGING=1 npm start
Copyright (c) Rice Eclipse 2019-2022. All rights reserved.
Licensed under GNU General Public License v3.0.