This project uses Node JS to build and manage dependencies. You can install Node JS here: https://nodejs.org/en To build and run, enter the following in your command line:
git clone https://github.com/beckyfeng08/stevebobs_final.git
cd stevebobs_final
Installing dependencies:
- Installing three js
npm install --save three
- Installing vite
npm install --save-dev vite
npx vite
Building and running instructions are taken from the threejs documentation here: https://threejs.org/docs/#manual/en/introduction/Installation