29 lines
597 B
Markdown
29 lines
597 B
Markdown
# @types/openvidu-meet
|
|
|
|
This library contains common types used by the OpenVidu Meet application. It is a shared library that is used by both the frontend and backend of the application.
|
|
|
|
## Build
|
|
|
|
To build the library, run the following command:
|
|
|
|
```bash
|
|
npm install
|
|
npm run build
|
|
```
|
|
|
|
## Serve
|
|
|
|
For developing purposes, you can serve the library for actively watching changes. To do so, run the following command:
|
|
|
|
```bash
|
|
npm run serve
|
|
```
|
|
|
|
## Sync with OpenVidu Meet
|
|
|
|
To apply changes from this library to the OpenVidu Meet application, run the following command:
|
|
|
|
```bash
|
|
npm run sync-ce
|
|
```
|