This is a simple Electron app which tracks the performance of each CPU core and memory usage.
To install the dependencies and building in dev mode
$ npm install
$ npm run dev
Then start the electron app itself
$ npm run start
Releasing has been tested only on Mac OS X so on other platform be prepared to tinker with the package
npm script in package.json
.
To build the production version of the app
$ npm run build
And to pacakge it
$ npm run package
The full release version can be built with
$ npm run relese