Skip to content

hungpm372/yoom-meeting

Repository files navigation

Yoom App

Authors

Clone repository

Clone yoom-meeting with git

  git clone https://github.com/hungpm372/yoom-meeting.git

Installation

Install yoom-meeting and its dependencies with npm

  cd yoom-meeting
  npm install

Run Locally

Start the server

  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY

CLERK_SECRET_KEY

NEXT_PUBLIC_CLERK_SIGN_IN_URL

NEXT_PUBLIC_CLERK_SIGN_UP_URL

NEXT_PUBLIC_STREAM_API_KEY

STREAM_SECRET_KEY

NEXT_PUBLIC_BASE_URL

Support

For support, email hungpm372@gmail.com or join our Slack channel.

Documentation

Clerk

Stream

Next.js

🚀 About Me

I'm a full stack developer...

Tech Stack

Client: React, TailwindCSS, Next.js

Server: Next.js, Stream

Running Tests

To run tests, run the following command

  npm run test

License

MIT