Github : @realanupreet
Discord : realanupreet#5367
Twitter : @real_anupreet
A burger restaurant storefront powered by NextJs, tailwindcss and MedusaJs
You need following requirement to setup your project:
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) . - Redis (https://redis.io/)
- PostgreSQL (https://www.postgresql.org/)
- Node (https://node.org/)
Here are the steps to be taken after that:
- Clone the repository:
git clone https://github.com/realanupreet/burgerHat.git
- Change directory:
cd bakeryshop
- Install dependencies
cd my-medusa-store yarn install
- Start the server
medusa develop
- Change directory , install dependencies and start the store-front
cd .. cd my-store-front yarn install yarn dev