Author: Tornike Jimshiashvili
Design your style. Express your creativity.
Customize your shirts effortlessly with a user-friendly color picker, upload your own logos or patterns for that personal touch, and take it to the next level with our AI-powered logo and pattern generator, making your designs truly one-of-a-kind. Unleash your imagination and bring your fashion dreams to life with ease
-
Clone the repo
git clone https://github.com/tornikej98/Dezyne.git cd Dezyne
-
Install required dependencies
cd /client npm i
cd /server npm i
-
Start the server
cd /server nodemon index
-
Start the client
cd /client npm run dev