Skip to content

ahmadammarm/webcademy

Repository files navigation

Welcome to Webcademy Project

Tech Stack :

Next JS React TailwindCSS Vercel

Clone this repository :

git clone https://github.com/ahmadammarm/webcademy.git

Change your direction path :

cd webcademy

Install the NPM :

npm install

Install Clerk Authentication :

npm install @clerk/nextjs

Go to clerk dashboard :

Clerk Dashboard

Setting ur Environment Keys in .env :

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_CLERK_PUBLIC_KEY
CLERK_SECRET_KEY=YOUR_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=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

Run in your local :

npm run dev

Open in your local browser :

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