Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/027xiguapi/pear-rec
pear-rec is a free and open-source cross platform software for recording, recording, and taking screenshots
https://github.com/027xiguapi/pear-rec
electron nestjs nodejs react typescript vite webcodecs webrtc
Last synced: 10 days ago
JSON representation
pear-rec is a free and open-source cross platform software for recording, recording, and taking screenshots
- Host: GitHub
- URL: https://github.com/027xiguapi/pear-rec
- Owner: 027xiguapi
- License: apache-2.0
- Created: 2023-05-24T03:18:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T03:15:36.000Z (7 months ago)
- Last Synced: 2024-04-13T21:40:11.913Z (7 months ago)
- Topics: electron, nestjs, nodejs, react, typescript, vite, webcodecs, webrtc
- Language: TypeScript
- Homepage: https://027xiguapi.github.io/pear-rec/
- Size: 38 MB
- Stars: 939
- Watchers: 10
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.de-DE.md
- License: LICENSE
Awesome Lists containing this project
- gitcat - pear-rec
- awesome-webrtc - pear-rec - Screenshot, screen recording, audio recording, and video recording software based on Electron. (Projects / Screen)
README
pear-rec
---
## README
[中文](README.zh-CN.md) | [English](README.md) | [Deutsch](README.de-DE.md)
## Dokumentation
> pear-rec (pear rec) ist eine plattformübergreifende Software für Bildschirmfotos, Bildschirmaufnahmen, Audio- und Videoaufnahmen.
>
> pear-rec(pear rec) ist ein Projekt basierend auf react + electron + vite + viewerjs + plyr + aplayer + react-screenshots.
>
> Weitere Funktionen und APIs finden Sie auf der offiziellen [Website](https://027xiguapi.github.io/pear-rec).## Installation
```
gitee: https://gitee.com/xiguapi027/pear-rec
github: https://github.com/027xiguapi/pear-rec
```## Verwendung
### Erste Schritte
Bevor Sie dieses Repository klonen und ausführen, müssen Sie [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/) (mit [npm](https://www.npmjs.com/)) und [pnpm](https://pnpm.io/) auf Ihrem Computer installiert haben. Kommandozeilenaufrufe:
```shell
# Clone this repository
git clone https://github.com/027xiguapi/pear-rec.git
# Go into the repository
cd pear-rec
# Install dependencies
pnpm install
# Run the web
pnpm run dev:web
# Run the server
pnpm run dev:server
# Run the desktop
pnpm run dev:desktop
# Run the web
pnpm run start:web
# Run the desktop
pnpm run start:desktop
# Build the web
pnpm run build:web
# Build the desktop
pnpm run build:desktop
# Clear node_modules
pnpm run clear
```## Internationalization(I18n)
- [x] Chinesisch
- [x] Englisch
- [x] Deutsch## Test
| OS | Windows | Linux | Macos |
| ---- | ------- | ----- | ----- |
| Test | 🟢 | ◯ | ◯ |## Download
| OS | Windows | Linux | Macos |
| --- | --- | --- | --- |
| link | [Download](https://github.com/027xiguapi/pear-rec/releases) | [Download](https://github.com/027xiguapi/pear-rec/releases) | [Download](https://github.com/027xiguapi/pear-rec/releases) |## Feedback
- QQ group
## Lizenz
[pear-rec wird unter der Apache License V2 bereitgestellt.](LICENSE)