I'm trying to duplicate Scratch website and run it locally
https://scratch.mit.edu/projects/editor/?tutorial=getStarted
I downloaded all of the files including HTML, CSS and JS by HTTrack website copier but when I run the index file, the browser shows nothing but a blue background. I figured out it is a JavaScript Application and thought I should run JavaScript file too, but I don't know how I can run it. I also tried downloading website code by source download supported by the browser, but the website doesnt function correctly, for example the drag and drop doesnt work. (I have already tried to run the downloaded folder with react, but it shows me npm ERR! code ENOENT error. I'm not sure if I'm doing it correctly)
Scratch directory inside Home directory
Can anyone help me?