dojonode-systeminformation
This is the application that exports system metrics to the taiko-node-dashboard-docker.
Development steps
Make sure you have node, npm and pnpm installed on your system. You can do it by:
brew install node
brew install npm
npm install -g pnpm
Start the systeminformation application with:
cd dojonode-systeminformation
node server.js