Problem with locally running a project with codeandbox

Hi I found a project on codesandbox and I’m having trouble getting it to work locally. I am a noob.

On codesandbox it works normally https://codesandbox.io/s/github/jmswrnr/website-examples/tree/master/3d-header/final-result?from-embed but when I downloaded the code from https://github.com/jmswrnr/website-examples/tree/master/3d-header/final-result and typed npm ci and then npx parcel index.html --open to start the server I got some errors which I couldn’t fix. I also tried to run this project using webpack, parcel and vitejs and it did not work. I don’t know what I am doing wrong, but I think there is a problem with importing modules.