openvidu/openvidu-testapp/README.md

21 lines
303 B
Markdown

# Openvidu Testapp Livekit
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
## Install dependencies
```bash
npm i
```
## Run application
```bash
npm start
```
> To run without SSL and through localhost:
> ```bash
> npm run start-insecure
> ```