Skip to content

YadlaMani/Ussop

Repository files navigation

Ussop

Technologies Getting Started

Professional enterprise-ready video conferencing app in hours using Next.js 14, Stream, and Tailwind CSS.

📱 Visit this Project

🎨 Layout

💻 Technologies

  • list of all technologies you used
  • Next.js
  • TypeScript
  • Clerk
  • getstream
  • shadcn
  • Tailwind CSS

🚀 Getting started

Set up the project locally

Prerequisites

Here you list all prerequisites necessary for running your project. For example:

Cloning

How to clone your project

https://github.com/YadlaMani/Ussop

Starting

How to start your project

cd project-name
npm run dev

Config .env variables

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