[프로그래머스] 오픈소스 기반의 웹 파이프라인 구축(2)

Lina Hongbi Ko·2024년 12월 10일
0

Programmers_BootCamp

목록 보기
71/76
post-thumbnail

2024년 12월 10일

  • 컨트리뷰터가 되어보는 실습(MDN translate)
    • 셋팅
      1. fork
      2. 작업하고 싶은 로컬 디렉토리 들어와서
      3. clone
      4. 작업 브랜치 생성후 체크아웃 (main에서 바로 작업하지 말자!!)
        1. git checkout -b [ 브랜치이름 ] (만들고 이동 한번에) e.g) git checkout -b translate

        2. git branch 브랜치이름

          git checkout 브랜치이름

      5. 설정 파일 추가(해당 예시에서는 content 폴더 내부에 만들라고함)
        1. .env 파일 설정

        2. 파일 작성

          e.g)

          CONTENT_TRANSLATED_ROOT =/[프로젝트파일경로]/tranlsated-content/files

          EDITOR=code

      6. yarn install / yarn start or npm install / npm start
profile
프론트엔드개발자가 되고 싶어서 열심히 땅굴 파는 자

0개의 댓글