Skip to content

ShauryaRoy/Cloud-a-thon_hackathon_website

Repository files navigation

Cloud-A-thon

Overview

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.

Table of Contents

Tech Stack

  • Framework: Next.js
  • 3D Graphics: Three.js
  • Animations: GSAP

Getting Started

To contribute to this project, ensure you have the following installed:

  • Node.js (vXX.X.X)
  • npm or yarn
  • Git

Installation

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

Usage

Run the development server:

npm run dev  # or yarn dev

Visit http://localhost:3000 in your browser.

Contributing

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add feature'.
  4. Push to your fork: git push origin feature-name.
  5. Open a pull request.

Code Guidelines

  • Follow the existing code style.
  • Write meaningful commit messages.
  • Ensure new code is well-documented.
  • Test before submitting.

Issues

If you find any issues, report them in the Issues section.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors