2024-07-02 19:19:05 +02:00

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
> ```