Carlos Santos b0c29a6a4a Refactor SCSS to use @use and @forward for design tokens
- Updated all SCSS files to replace @import with @use and @forward for better modularity and maintainability.
- Adjusted mixin calls to reference the new design tokens structure.
- Ensured consistent usage of design tokens across various components including login, meeting, and recordings pages.
- Improved organization of design tokens and mixins for a cleaner codebase.
2025-10-06 11:49:24 +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-10-06 11:49:24 +02: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