Project Setup ( So far) - UniversityOfSaskatchewanCMPT371/term-project-2024-team-2 GitHub Wiki

In order to run this project, you will need 4 different libraries:

  • Three.js
  • drei
  • react-three-fiber
  • react-xr

These can be installed in your project folder by running the following command: npm install three drei react-three-fiber @react-three/xr

This will allow you to use the tools needed to edit and add to the project, if you want to do any Firebase support you will need to install the Firebase Tools package: npm install -g firebase-tools

This should be unnecessary for anyone besides me, Mitch, and Matthew since we are the only people with the ability to deploy a new build just to prevent any sort of conflicts from arising.