GitHub - @earthcomfy
Habesha clothing ecommerce web storefront built using Medusa
, Next.js
, and TailwindCSS
. It includes products screen, cart, checkout, payment, and search.
Before you start with the tutorial make sure you have:
- Node.js
- Redis
- Medusa server installed and running on your machine
- Stripe and Algolia plugins on the Medusa server
- Clone the repo:
git clone https://github.com/earthcomfy/shop-habesha.git .
- Install dependecies:
yarn
- Start the server:
yarn dev