smswithoutborders / SMSWithoutBorders-Dev-FE

SMSWithoutBorders Developer Console
GNU General Public License v3.0
6 stars 2 forks source link

Modify Docs to prevent errors during windows project setup #8

Open teyim opened 1 year ago

teyim commented 1 year ago

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 1 year ago

@nSedrickm i can open an PR for this