A Grafic User Interface to record your window written in Electron and Javascript
How to contribute?
Check step by step- Electron
- Javascript
- Web Technologies
# Clone repository
$ git clone https://github.com/r3nanp/screen-recorder.git
# At the root of the project, run:
yarn or npm install
# To run the app in your machine:
yarn dev:electron or npm run dev:electron
# Make the app to your operating system
yarn package or npm run package