mirror of https://github.com/OpenVidu/openvidu.git
21 lines
303 B
Markdown
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
|
|
> ```
|