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/slonkboardCD into the directory:
cd slonkboardInstall the required modules:
npm installRun the software:
npm startWhile 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 startCopyright (c) Rice Eclipse 2019-2022. All rights reserved.
Licensed under GNU General Public License v3.0.
