Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 751 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 751 Bytes

TeamUp

Tech Stack

  • NextJS
  • Clerk - Auth
  • ShadCN - Color theme

image

image

Installation

git clone https://github.com/anuragdaksh7/Team-Up.git
cd Team-Up
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

.env.local

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL = /sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL = /sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL = /home
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL = /home

MONGODB_URI =