Carlos Santos 91c9690953 frontend: Implement basic room creation component and integrate with room wizard
- Added RoomBasicCreationComponent for creating a room with optional name prefix.
- Integrated basic creation into RoomWizardComponent, allowing users to switch to advanced mode.
- Updated wizard navigation to include 'back' functionality and adjusted visibility of navigation buttons.
- Created RoomDetailsComponent for configuring room details, including auto-deletion date and time.
- Enhanced styling for new components and ensured responsive design.
- Updated wizard state service to manage new steps and handle edit mode appropriately.
2025-07-28 14:59:56 +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