Carlos Santos f3405abadb Copies bundle to CE and Pro backend
Copies the generated bundle to both the CE and Pro backend directories during the build process.

This ensures that the webcomponent is readily available for both versions, streamlining the deployment process.
It also introduces improved logging and error handling to provide better visibility into the copying process.
2025-10-16 18:21:15 +02:00
..
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-16 16:06:46 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00

Openvidu Meet Frontend

This is the frontend of OpenVidu Meet. It is a Angular application that uses Angular Material as UI library.

How to run

For running the frontend you need to have installed Node.js. Then, you can run the following commands:

pnpm install
start:dev

This will start the frontend in development mode. The server will listen on port 5080.

How to build

For building the frontend you can run the following command:

pnpm install
pnpm run build:prod