Github: @Rafajrg21 Twitter: @rafa_twits Discord: Rafa Romero#1683
The Fresh Dish is a simple grocery store with a minimalistic design and an emphazis on making the life of amateur chefs easier! You can see various recipes and find the necessary ingredients all in one place. This is a Web storefront created from the NextJs starter of MedusaJs
Before running the store on your system you need some pre-requisites: A working medusa server (https://docs.medusajs.com/quickstart/quick-start#create-a-medusa-server) Redis (https://redis.io/) And remember to set up the algolia plugin (https://docs.medusajs.com/add-plugins/algolia)
Now to install and run the project:
- Clone the repository:
git clone https://github.com/Rafajrg21/the-fresh-dish.git
- Change directory and install dependencies:
cd the-fresh-dish
yarn
yarn dev
The only resources I needed was the amazing documentation of Medusa
And this blog which helped a lot as well!