EddieHubCommunity / BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
https://biodrop.io
MIT License
5.73k stars 3.97k forks source link

Docs(local-development guide): Add a step to local development using Docker #10214

Closed ArvindParekh closed 7 months ago

ArvindParekh commented 7 months ago

Fixes Issue

fixes #9830

Changes proposed

Added an extra step that informes users to check if their docker daemon is running, which is required to handle docker commands. The optimal way is to launch the Docker Desktop applications, available for Windows, Mac and Linux, which will start the daemon automatically in the background. If the users have installed docker through the cli, I've asked them to refer to the official documentation here which lists the commands to run the daemon, based on the operating system.

Check List (Check all the applicable boxes)

Screenshots

Before:

image

After:

image

Note to reviewers

ArvindParekh commented 7 months ago

Do you think we should also update the process in our readme, in a more shorter format?

image