Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 398 Bytes

Ecommerce Application

This is a simple Ecommerce Application built using Next.js(App Router) This application is built for educational purposes only.

How to run it locally

  1. Clone the repository
  2. Run pnpm install to install the dependencies
  3. Copy the .env.example file to .env.local and fill in the required environment variables
  4. Run pnpm dev to start the development server