Run the following command (Make sure docker is installed on your machine):
docker compose -f docker-compose-yml up -dThis will start a docker instance for postgres and redis
Use git bash for below command
yarn dev:setupTo develop all apps and packages, run the following command:
yarn run devTo run the app on production, run the following commands:
yarn run prod