Merged
Conversation
06bf8c2 to
d17216d
Compare
d17216d to
0730f81
Compare
Member
|
commit trailer에 claude 제거해주세요 |
Surfy 프로젝트 랜딩 페이지 추가 - Vite + Handlebars 기반 정적 사이트 - 섹션: Hero, 작동 방식, Use Case, Agent, 아키텍처, 시나리오, Technical Decisions, SDGs, 팀 - Netlify 배포: https://surfy-landing.netlify.app
-gitignore에 node_modules 추가 -사진자료 이전 현수님 시연영상에서 성윤님 python 시연영상으로 교체 -사진자료 크기 키움
0730f81 to
c6af810
Compare
- 시연 영상 추가 ( 쿠팡 ) - 팀 섹션 이모티콘을 프로필 이미지로 교체 - 팀원 이름 클릭 시 GitHub 프로필로 이동하도록 링크 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Surfy 프로젝트 랜딩 페이지 추가
repo에서 따로 CI/CD 안 짜도 되고, push하면 Netlify가 알아서 build & deploy 합니다.
Github push 를 자동으로 감지해서 bulid & deploy가 이루어집니다.
Build command 나 Publish directory 는 Netlify 사이트를 만들때 Netlify UI에서 설정을 자동으로 해서 굳이 따로 repo에서 만들건
없다고 합니다. 다만 netlify.toml 가 repo 루트에 있으면 파이프라인 설정을 코드로 관리 가능합니다.