Simple app that shows you how many resources your electron apps are costing you (Running apps).
DOWNLOAD (MAC)
# install dependencies
yarn install
# Run the server and app in development mode
yarn dev
# Build the app and create a release in the /releases folder
yarn build