We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
추억의 롤링 페이퍼를 웹 상에서도 즐길 수 있는 플랫폼인 '롤링' 서비스
2023-11-03 ~ 2023-11-16
.github ├── DISCUSSION_TEMPLATE │ └── Daily_Meeting.yml ├── ISSUE_TEMPLATE │ └── bug.yml │ └── feature.yml │ └── refactor.yml ├── workflows │ └── ci.yml │ └── delete-merged-branch-config.yml ├── auto_assign.yml ├── CODEOWNERS └── PULL_REQUEST_TEMPLATE.md public src ├── assets │ └── fonts │ └── images │ └── icons ├── components (기능 별 폴더로 나누기) │ └── button │ └── ... ├── constants ├── hooks ├── libs │ └── api ├── pages ├── router ├── styles │ └── GlobalStyle │ └── theme └── utils