mirror of
https://github.com/rjNemo/screen_recorder
synced 2026-06-10 20:56:46 +00:00
No description
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 - [Release notes](https://github.com/kriszyp/json-schema/releases) - [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0) Updates `jsprim` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/joyent/node-jsprim/releases) - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: json-schema dependency-type: indirect - dependency-name: jsprim dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Screen Recorder
Desktop app to record your screen live.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
This desktop app is built using Electron so you will need Node.js® installed. Follow the installation steps on the official website.
You will also need to install the npm package manager from the official website.
Installing
Clone this repository
git clone https://github.com/rjNemo/screen_recorder.git
To compile run:
npm run make
Built With
- Electron - Build cross-platform desktop apps with JavaScript, HTML, and CSS
- Node.js® - JavaScript runtime built on Chrome's V8 JavaScript engine
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Ruidy Nemausat - Initial work
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details