Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 585 Bytes

color-and-logo

Shirt three - Web application where you can create a design for a T-shirt.

You can upload your logos, interact with the server.

And most importantly, this web application interacts with artificial intelligence, which can generate the entire T-shirt design, color of T-shirt or generate a logo.

The deployment was made using render and vercel. The project is built using Three.js and React.

Enjoy and show imagination, generate your T-shirts, because it's so easy!

Install

Client

cd client
npm install

Server

cd server
npm install