Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 331 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 331 Bytes

Electron screen recorder

Simple Electron screen recorder app made with Electron, Vite, Vue, Quasar and Tailwind

Pre-requisites:

Node version 14.18.x and higher
Yarn

To install dependencies:

yarn install

To run as development server:

yarn dev

To build for prodution:

yarn build