A basic screen recording program built with electron.js. It can record a selected window and audio using web APIs.
Run this command before trying to start or build the application:
npm update
Run this command to start the application:
npm start
Run this command to build the application:
npm run make