Hello sir, I'm new to web development. I want to open your website in my environment. But don't know how to I cloned it and tried to open index.html but it just shows the html part not the original website.
It would be really helpfull if you teach me how to open the original format of the website. I use VS code.
Hi, I''m not the owner of the project but I think that you just need to install yarn
so open the terminal and type
yarn install or something like this (do your own research to be sure here
and then run It with
yarn dev
Hello sir, I'm new to web development. I want to open your website in my environment. But don't know how to I cloned it and tried to open index.html but it just shows the html part not the original website.
It would be really helpfull if you teach me how to open the original format of the website. I use VS code.