Carlos Santos 8de6d127eb frontend: implement appearance configuration form with theme customization options
frontend: update theme initialization to align with OpenVidu Meet themes

frontend: remove unused color variables and update styles configuration

frontend: enhance theme customization with dynamic color picker and theme loading
2025-09-25 18:58:21 +02:00
..
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01: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:

npm 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:

npm install
npm run build:prod