Giter Site home page Giter Site logo

super-village's Introduction

super-village

First team project by unionX

그냥 갑자기 생각나서 하는 미니 프로젝트 생각보다 스펙이 높아서 약간 걱정임

HOW TO Join Project 🚀
  1. Clone this repository (organization repo name is origin) 먼저 해당 레포지토리 주소를 클론해서 내 로컬에 놓는다.
$ git clone https://github.com/codeUnionX/super-village.git
  1. fork tihs repository clone했던 현재 레포지토리를 포크해서 내 github에 추가한다.
    우측 상단에 포크하기 (이미지 추가 예정)

  2. remote add my remote repository 포크로 가져간 레포를 remote에 추가한다. 예) 예시에서는 이름을 my-repo로 설정

$ git remote add my-repo https://github.com/[나의 깃 아이디]/super-village.git

여기서 부터는 매 작업시마다 하기

  1. pull organize repo & push my remote repo
    공용 레포지토리에서 pull을 받고 다시 내 remote repo에 추가한다.
$ git pull origin main
$ git push my-repo main
  1. working....
    이제 내가 작업하고 싶은걸 한다. (만들걸 붙여넣거나, 기존에 작업하던 코드를 마저 작업한다.)

  2. push my remote repo at dev branch (not main branch)
    main이 아닌 다른 브렌치에서 작업한 내용을 내 remote repo에 push 한다.

  3. Pull request를 한다.
    dev나 기존 나의 브랜치에 PR을 요청한다.

  4. PR(Pull Request)이 성공하면 머지한다. 먼저, $ git pull origin main => git checkout main => git merge '작업한 브랜치'

commit message

  • init: 새기능 추가
  • update: 기능 업데이트
  • bugfix: 오류 수정
  • deploy: 배포

... 이런식으로 맘에드는 header가 있으면 추가 해주세요!

예) 내가 새로운 기능을 만들었다.

$ git commit -m "[init] superUser component initialize"

getting Start

$ git clone https://github.com/codeUnionX/super-village.git
$ cd super-village
$ npm i

test

$ npm run start OR yarn start

Developing

Built With

  • react
  • axios
  • socket.io
  • styled-components
  • sass
  • express

super-village's People

Contributors

reone1 avatar jeonghun-project avatar seungsang00 avatar sim0417 avatar jjy0821 avatar

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.