This is an e-commerce app that allows users to browse products and redirect them to the official store to purchase them. The app is built with Next.js, Prisma, Zustand and Tailwind CSS.
To get started, clone the repo and install the dependencies:
git clone https://github.com/DariusLukasukas/goods.git
cd ecommerce-app
npm install
Once the dependencies are installed, you can start the development server:
npm run dev
The app will be running on localhost:3000.