Skip to content
/ kap Public
forked from wulkano/Kap

An open-source screen recorder built with web technology

License

Notifications You must be signed in to change notification settings

kevinrodbe/kap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kap

An open-source screen recorder built with web technology

Download

Download the latest release here

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm install
  3. Build the code and watch for changes: npm run watch
  4. 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 😄

Related Repositories

About

An open-source screen recorder built with web technology

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.4%
  • CSS 19.1%
  • HTML 7.5%