Discord : Sneakad#6910 , Mav#8994
This is an e-commerce website for over-sized t-shirts powered by using NextJs combined with MedusaJs.
You need following requirement to setup your project:
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) . - Node (https://node.org/)
Here are the steps to be taken after that:
-
Clone the repository:
https://github.com/Sneakad/Popcart
-
Change directory:
cd Popkart
-
Start the client
cd my-medusa-storefront npm install npm run dev
-
Start the medusa server
cd server npm install medusa develop