Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 738 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 738 Bytes

Electron Resource Monitor

About

This is a simple Electron app which tracks the performance of each CPU core and memory usage.

Development

To install the dependencies and building in dev mode

$ npm install
$ npm run dev

Then start the electron app itself

$ npm run start

Releasing

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

License

MIT