Code Monkey home page Code Monkey logo

byte-3d-website's Introduction

BYTE 3D Website

Overview

Welcome to the source code of 3D website made for BYTE Cult! The society is aimed at building a cult to build and promote R&D projects and uplift status of industrial level real world projects from MAIT.

Table of Contents

Installation

Follow these steps to set up the development environment:

  1. Fork the repository

  2. Clone the repository:

    git clone https://github.com/<your-gh-username>/byte-3d-website.git
    cd byte-3d-website
    
  3. Install Dependencies:

    npm i
    
  4. Start the development server:

    npm run dev
    

    The application should now be running at http://localhost:5173

Contributing

to this project

Follow these steps to start contributing:

  1. Setup origin and upstream in bash

    first check your current upstream(should be https://github.com/IshaanMinocha/byte-3d-website.git) and origin(should be your forked repo link) by typing in the following command.

    git remote -v
    

    if it isn't correct then set using the below commands.

    git remote set-url origin <url>
    git remote add upstream <url>
    
  2. Raise an issue and get assigned a branch to work on

  3. Fetch upstream branches:

    git fetch upstream
    
  4. Checkout to assigned issue branch:

    git checkout <branch-name>
    

5.. Pull latest changes from upstream to assigned branch:

git pull upstream <branch-name>
  1. Start contributing to the branch

  2. Commit changes:

    first stage the changes

    git add .
    

    commit changes

    git commit -m "<commit message>"
    
  3. Push changes to your fork:

    git push 
    
  4. Send a pull request from github to upstream main and all set happy commiting!

Usage

daalta hu baaki

byte-3d-website's People

Contributors

exploring-solver avatar ishaanminocha avatar harshillagg avatar sanskariwolf avatar alexsserb avatar anshjain9159 avatar garvit3835 avatar singhchanmeet avatar khushiminda avatar

byte-3d-website's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.