Professional enterprise-ready video conferencing app in hours using Next.js 14, Stream, and Tailwind CSS.
- list of all technologies you used
- Next.js
- TypeScript
- Clerk
- getstream
- shadcn
- Tailwind CSS
Set up the project locally
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
https://github.com/YadlaMani/Ussop
How to start your project
cd project-name
npm run dev
Create your configuration file .env
with your Credentials
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_KEY
CLERK_SECRET_KEY=YOUR_CLERK_KEY
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_STREAM_API_KEY=YOUR_KEY
STREAM_SECRET_KEY=YOUR_SECRET_KEY
NEXT_PUBLIC_BASE_URL=localhost:3000