Not able to setup layer5 website locally

I’m having issues in setting up layer5 website locally on my device. I’ve followed the steps as given in the readme file (till point 7), but on running the command - make setup, it’s showing an error. Actually, I’m confused that, do I’ve to run these commands like - npm install or something?

Hi,
It would be helpful if you could attach screenshots, error logs.

In the development setup guide given in the readme file , I’ve successfully followed till the 7th step, but in the 8th step i.e. make setup, it’s showing this error (I’m not able to post any image or links here, it’s not allowing me to do so):

$ make setup
bash: make: command not found

On which Operating system you are trying to setup Layer 5?

I’m using windows 10 to setup layer5.

Is it an os related issue?
I think, that the dependencies are not getting installed on running - make setup command. It’s showing that make is not recognized.

You need to install make first in your system. Refer to this article: makefile - How to install and use "make" in Windows? - Stack Overflow

Hey ! Have you installed WSL2 (Windows subsytstem for Linux)??

Yes, I’ve WSL2 on my device, may I try it on that?

Yes. Also you use vs code? If yes then make sure you are using wsl2 in your vs code

Hey, I tried doing that in wsl2 as well, but I’m getting this error on running the command - make setup