🏁 Test now
It's a fictional clothing store, the difference is in the way in which the products are presented for client. All clothes are presented in 3D (three dimensions). However, have a possible of you add a new models 3d in store.
- In your terminal run:
yarn
, to install all dependencies; - Run:
yarn start
- Inside archives .gltf, textures, .bin inside a folder;
- Past the folder inside of directory: public/Model/Tshirt;
- Get the name of folder created by you;
- In src/data/models.js, create a new object(JSON) inside the array;
{
name: "nameSetedInYourFolder",
ctrPrice: 59.2,
price: 39.22,
nameDisplay: "Name displayed in website",
}
- Finish! Just open the application.