A video viewer interface built with Next.js to handle view meeting recordings, access and navigate through transcripts.
- Framework: Next.js 15.3.2
- Language: TypeScript
- Styling: Tailwind CSS 4
- UI Components: Shadcn
- Authentication: Centralised Auth app integration
- Package Manager: pnpm
- Node.js (LTS version)
- pnpm 10.6.5 or later
-
Clone the repository:
git clone https://github.com/Meeting-Baas/viewer cd viewer -
Install dependencies:
pnpm install
-
Set up environment variables:
cp .env.example .env
Fill in the required environment variables in
.env. Details about the expected values for each key is documented in .env.example
Start the development server:
pnpm devThe application will be available at http://localhost:3000
This project is pre-configured to integrate with the authentication app. Ensure the authentication service is running and properly configured. Update the .env file with the required environment variables for authentication.
