smswithoutborders/SMSWithoutBorders-Dev-FE

Modify Docs to prevent errors during windows project setup

Opened this issue · 1 comments

teyim commented

Users will encounter several issues while setting up this project on windows

issue 1

Windows users will get a make not recognized as an internal or external command when trying to run the app locally after installing dependencies..
-Fix : Doc should prompt windows users ( with necessary commands) to install make via Chocolatey

issue 2

On Windows, an IDE like VS CODE uses PowerShell as the default terminal, which will give the following error when the prestart script runs:
bandicam 2022-12-19 11-51-28-108

-Fix: prompt Windows users to switch to /use Command prompt or Git bash terminal

teyim commented

@nSedrickm i can open an PR for this