Let’s setup our development environment using docker. Firstly download docker for apple silicon. Download, install and launch.To make sure docker has been installed, open your terminal and run a following command:$ docker -vYou should see something similar to this: Docker version 20.10.20, build 9fdeb9cNavigate to a project folder of you choice and create a fileread more
