Github : @abhishekrawat
Twitter : @rawat899
Discord : Raw#3820
A Web storefront using NextJs and MedusaJs
Here's how to setup and run the project locally :
Here are some pre-requisites that you may require to run the project on your system.
Prerequisites:
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) . - Redis (https://redis.io/)
- PostgreSQL (https://www.postgresql.org/)
- Node (https://node.org/)
Done with the pre-requisites?
Here are the steps to be taken after that :
- Clone the repository:
git clone https://github.com/abhishekrawat/shopibye
- 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
Here are some technologies that were very useful throughout the process :