Clone yoom-meeting with git
git clone https://github.com/hungpm372/yoom-meeting.gitInstall yoom-meeting and its dependencies with npm
cd yoom-meeting
npm installStart the server
npm run devTo 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 [email protected] 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