An open-source screen recorder built with web technology
Download the latest release here
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
npm install
- Build the code and watch for changes:
npm run watch
- Run the app:
npm start
To make sure that your code works in the finished app, you can generate the binary:
$ npm run pack
After that, you'll see the binary in the ./dist
folder 😄