Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature(#105): TailwindCSS 기본 theme 설정, svg/img 파일 업로드, favicon 설정 #106

Conversation

LellowMellow
Copy link
Collaborator

@LellowMellow LellowMellow commented Nov 15, 2023

작업 개요

#105

  • tailwindCSS 기본 theme 설정
  • svg/img 파일 업로드
  • favicon 설정

작업 사항

TailwindCSS를 프로젝트에 활용하기 위해 기본적인 theme 설정을 완료하였습니다. colors와 font에 관련된 옵션을 추가하기 위해 tailwind.config에 추가적인 코드를 작성하였습니다.
더불어 프로젝트에 사용될 svg, png, favicon 파일을 업로드하였습니다.

고민한 점들(필수 X)

스크린샷(필수 X)

image

LellowMellow and others added 3 commits November 15, 2023 11:48
vite.config.ts를 수정하여 src 폴더에 쉽게 접근할 수 있도록 절대 경로를
설정하였습니다. 추가적으로 ts 에러를 해결하기 위해 tsconfig에 설정을
추가하였습니다.

Co-authored-by: Jw705 <[email protected]>
Co-authored-by: Byeonjin <[email protected]>
프로젝트에 공통으로 활용할 color와 font 설정을 완료하였습니다.

Co-authored-by: Jw705 <[email protected]>
Co-authored-by: Byeonjin <[email protected]>
프로젝트에 필요한 svg과 png 파일을 추가하였습니다. favicon 설정과 더불어
index.html의 title을 수정하였습니다.

Co-authored-by: Jw705 <[email protected]>
Co-authored-by: Byeonjin <[email protected]>
@LellowMellow LellowMellow added FE 프론트엔드 작업 ⚙ Env 환경 설정 labels Nov 15, 2023
@LellowMellow LellowMellow added this to the 2주차 milestone Nov 15, 2023
Copy link
Collaborator

@Jw705 Jw705 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Collaborator

@Byeonjin Byeonjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@LellowMellow LellowMellow merged commit aac6178 into boostcampwm2023:dev Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙ Env 환경 설정 FE 프론트엔드 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants