Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.17 KB

ShopiBye

Participants

Github : @abhishekrawat

Twitter : @rawat899

Discord : Raw#3820

Description

A Web storefront using NextJs and MedusaJs

Preview

Set up Project

Here's how to setup and run the project locally :

Prerequisites

Here are some pre-requisites that you may require to run the project on your system.

Prerequisites:

Install Project

Done with the pre-requisites?

Here are the steps to be taken after that :

  1. Clone the repository:
git clone https://github.com/abhishekrawat/shopibye
  1. Change directory and install dependencies:
cd shopybye
medusa new my-medusa-store --seed
cd my-medusa-store
medusa develop
cd ..
cd my-store-front && yarn
yarn dev

Resources

Here are some technologies that were very useful throughout the process :