- 프로젝트를 clone
git clone https://github.com/CASPER-REPSAC/new-casper-recruit.git
- 프로젝트 실행 (optional)
npm i
npm run dev
- 브랜치 이동 후 코드 수정
git checkout -b feat/update-2025-example
아래 파일에서 수정할 부분 수정 /src/constants.ts
export const APPLICATION_FORM_URL =
'https://docs.google.com/forms/d/e/1FAIpQLSfmfvklKP3JEoBBUAWFKYO2Zvte37t9pbzOhpPQOXVzoHZY_w/viewform';
export const DEADLINE = '2025. 03. 12 까지';
export const REQUIREMENTS =
'창원대학교 컴퓨터공학과 1~3학년 / 정보통신공학과 1, 2학년';
export const HOMEPAGE_URL = 'https://www.casper.or.kr';
git push
이후 main으로 PR 보내주세요!