This is a simple Ecommerce Application built using Next.js(App Router) This application is built for educational purposes only.
- Clone the repository
- Run
pnpm installto install the dependencies - Copy the
.env.examplefile to.env.localand fill in the required environment variables - Run
pnpm devto start the development server