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/fix_readme] README.md에서 온보딩 내용 제거 #807

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,34 +34,6 @@

![Alt](https://repobeats.axiom.co/api/embed/1f0eaeebfa31162ea55bffa9cb2bb32c2a87b346.svg "Repobeats analytics image")

<h2>Set up your development environment</h2>

1. 이 레포지터리를 클론해주세요
2. 깃허브 메뉴창에서 **Settings**를 눌러주세요
<img src="https://github.com/sopt-makers/sopt-android-private/assets/54518925/a81364b9-8cb5-4ede-9436-e17cb4ba1ebe" width="60%" />

3. 메뉴 하단의 **Developer settings**를 눌러주세요
<img src="https://github.com/sopt-makers/sopt-android-private/assets/54518925/ee81fc39-d6ae-486c-8fc9-4411947ff8fe" width="60%" />

4. **Personal access tokens** 메뉴에서 Tokens(classic)을 눌러주세요
<img src="https://github.com/sopt-makers/sopt-android-private/assets/54518925/9b41a270-65fd-459b-8be0-9a770c60a0bf" width="60%" />

5. **Generate new token**을 눌러주세요
6. 다음 사항에 주의해서 Personal Access Token을 만들어주세요

- Note: Access to the SOPT Android repository 혹은 아무거나 입력
- Expiration: 7 days (No Expiration은 보안상 위험하니 권장하지 않습니다)
- Select scopes: repo (이외 scope는 건드릴 필요 없음)

7. 해당 토큰을 잘 복사해두세요. 이 토큰은 한 번만 보여지며, 다시 볼 수 없습니다.
8. 안드로이드 스튜디오에서 sopt-android 프로젝트를 열어주세요
9. `scripts/fetch_script.sh` 파일을 열어주세요
10. 상단의 실행 아이콘을 눌러주세요
<img src="https://github.com/sopt-makers/sopt-android-private/assets/54518925/91983aea-867b-4cc7-ac2b-d0b11c68d6f4" width="60%" />

11. 실행 이후에 복사해둔 토큰을 입력해주세요!
12. 초기설정이 완료되었습니다. 이후 발생하는 문제는 [이슈](https://github.com/sopt-makers/sopt-android/issues)에 등록해주세요.

<h2>Contributing</h2>

- 기능 제작 이후 Lint 및 파일의 형식 규약을 지키기 위해 다음 스크립트를 실행시켜주시기 바랍니다.
Expand Down