Clone yoom-meeting with git
git clone https://github.com/hungpm372/yoom-meeting.git
Install yoom-meeting and its dependencies with npm
cd yoom-meeting
npm install
Start the server
npm run dev
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
For support, email hungpm372@gmail.com or join our Slack channel.
I'm a full stack developer...
Client: React, TailwindCSS, Next.js
Server: Next.js, Stream
To run tests, run the following command
npm run test