This project was made as a final project submission for UT Computer Graphics course.
The submission readme is the "submission_readme.txt" file, and the writeup is the "graphics final report.pdf".
export NODE_OPTIONS=--openssl-legacy-provider$env:NODE_OPTIONS="--openssl-legacy-provider"npm install# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start# Builds the project and places it into the `dist` folder.
npm run build