Add README file to Electron tutorial
This commit is contained in:
parent
0e55ef702e
commit
3c65cc41ff
30
application-client/openvidu-electron/README.md
Normal file
30
application-client/openvidu-electron/README.md
Normal 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
|
||||
```
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user