Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 503 Bytes

Product Eye

Description

This is a React application where users can rotate objects in 3D space. The application utilizes modern web technologies such as React.js Three.js webgazer.js to deliver smooth and responsive 3D transformations.

Installation

git clone https://github.com/ocadotechnology-university/product-eye.git
cd product-eye
npm install

Tests

If you want run tests, you have to write:

npm test

Run

To run our project:

npm run dev