Skip to content

Commit 9359146

Browse files
committed
docs: reorganize prerequisites with mobile dev tools
- Split prerequisites into: required for all platforms, mobile development, optional - Add Xcode with iOS Simulator for iOS development - Add Android Studio for Android development - Link Xcode directly to App Store for easy installation
1 parent d4f3d33 commit 9359146

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

README.ko.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,16 @@ npm create fullstack-starter my-app
9393

9494
### 사전 요구사항
9595

96+
**모든 플랫폼 필수:**
9697
- [mise](https://mise.jdx.dev/) - 런타임 버전 관리자
9798
- [Docker](https://www.docker.com/) 또는 [Podman Desktop](https://podman-desktop.io/downloads) - 로컬 인프라 구동
98-
- [Terraform](https://www.terraform.io/) - 클라우드 인프라 (선택 사항)
99+
100+
**모바일 개발용 (iOS/Android):**
101+
- [Xcode](https://apps.apple.com/app/xcode/id497799835) - iOS Simulator 포함 (macOS만 해당)
102+
- [Android Studio](https://developer.android.com/studio) - Android SDK 및 에뮬레이터 포함
103+
104+
**선택 사항:**
105+
- [Terraform](https://www.terraform.io/) - 클라우드 인프라
99106

100107
### 1. 런타임 설치
101108

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,16 @@ Or use GitHub:
9393

9494
### Prerequisites
9595

96+
**Required for all platforms:**
9697
- [mise](https://mise.jdx.dev/) - Runtime version manager
9798
- [Docker](https://www.docker.com/) or [Podman Desktop](https://podman-desktop.io/downloads) - Local infrastructure
98-
- [Terraform](https://www.terraform.io/) - Cloud infrastructure (optional)
99+
100+
**For mobile development (iOS/Android):**
101+
- [Xcode](https://apps.apple.com/app/xcode/id497799835) - Includes iOS Simulator (macOS only)
102+
- [Android Studio](https://developer.android.com/studio) - Includes Android SDK and emulator
103+
104+
**Optional:**
105+
- [Terraform](https://www.terraform.io/) - Cloud infrastructure
99106

100107
### 1. Install Runtimes
101108

0 commit comments

Comments
 (0)