Add README file to Electron tutorial

This commit is contained in:
juancarmore 2024-05-30 20:47:19 +02:00
parent 0e55ef702e
commit 3c65cc41ff
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,30 @@
# Basic Electron
Basic client application built with Electron. It internally uses [livekit-client-sdk-js](https://docs.livekit.io/client-sdk-js/).
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/electron/).
## Prerequisites
- [Node](https://nodejs.org/en/download)
## Run
1. Download repository
```bash
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-electron
```
2. Install dependencies
```bash
npm install
```
3. Run the application
```bash
npm start
```

View File

@ -14,7 +14,7 @@ For further information, check the [tutorial documentation](https://livekit-tuto
```bash
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/javascript
cd openvidu-livekit-tutorials/application-client/openvidu-js
```
2. Run the application