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 install
to install the dependencies - Copy the
.env.example
file to.env.local
and fill in the required environment variables - Run
pnpm dev
to start the development server