A react project utilizing Three.js for 3D graphics and GSAP for animations. This repository is open for contributions from teammates to enhance interactivity and visual appeal.
- Framework: Next.js
- 3D Graphics: Three.js
- Animations: GSAP
To contribute to this project, ensure you have the following installed:
- Node.js (vXX.X.X)
- npm or yarn
- Git
Clone the repository and install dependencies:
# Clone the repository
git clone https://github.com/your-repo.git
cd your-repo
# Install dependencies
npm install # or yarn install
Run the development server:
npm run dev # or yarn devVisit http://localhost:3000 in your browser.
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name. - Commit your changes:
git commit -m 'Add feature'. - Push to your fork:
git push origin feature-name. - Open a pull request.
- Follow the existing code style.
- Write meaningful commit messages.
- Ensure new code is well-documented.
- Test before submitting.
If you find any issues, report them in the Issues section.