---
## 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) | ◯ | ◯ |
## Feedback
- QQ group
## Lizenz
[pear-rec wird unter der Apache License V2 bereitgestellt.](LICENSE)