Instructions to run this app:

  • Clone this repository and navigate inside this repository in your machine. make sure you have node.js installed

  • Then install all the dependencies by :

    npm install

  • Then just start the server by:

    npm start

Instructions to make your own app:

  • First create the react app by :

    npx create-react-app cisco

    here cisco is the name of the app, you can choose any

  • Then install dependecies by :

  • npm install three @react-three/fiber --save

    npm install @react-three/drei --save

Movement:

right click drag to move, left click drag to rotate and scroll to zoom