Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.43 KB

README.md

File metadata and controls

70 lines (50 loc) · 1.43 KB

Project Banner

A Full Stack Next 14 Ecommerce App

Unleash Innovation in Every Byte.
  • Node.js
  • Next.js
  • TypeScript
  • TailwindCSS
  • Shadcn
  • Sanity

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/your-username/your-project.git
cd your-project

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

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=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

Replace the placeholder values with your actual credentials

Running the Project

npm start

Open http://localhost:3000 in your browser to view the project.