Welcome to the Customizable T-Shirt Design project! This interactive web application allows users to create their own unique t-shirt designs by selecting different colors and uploading logo files. The project is built using the powerful three.js library for 3D rendering.
- Choose from a variety of t-shirt colors.
- Upload your own logo or design to be displayed on the t-shirt.
- Preview your custom design in a 3D interactive environment.
- Realistic lighting and shading effects powered by three.js.
Check out the live demo of the Customizable T-Shirt Design application: Demo.
To run this project locally:
- Clone this repository:
git clone https://github.com/your-username/customizable-tshirt.git - Navigate to the project directory:
cd customizable-tshirt - Install dependencies:
npm install - Run development server:
npm run dev - Open your web browser and visit
http://localhost:5173/.
This document provides detailed instructions for setting up the threejs-t-shirt project locally and explains the development workflow. It covers environment setup, installation, running the development server, build processes, and project configuration. For the full guide, see: Setup and Development Instructions
dev: Start the development server.build: Build the production-ready bundle.lint: Run ESLint with specific rules for code quality.preview: Preview the production build locally.
- This project was developed using the three.js library (https://threejs.org/).
- Design by Anderson Mancini, Paul Henschel.
This project is licensed under the MIT License.