From 19d0e89b8ea7f970b2310ae116628b0c807d2dcc Mon Sep 17 00:00:00 2001 From: javamon Date: Wed, 8 Apr 2026 14:35:59 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EC=B6=94=EA=B0=80=20(=EC=84=9C=EB=B2=84/?= =?UTF-8?q?=EC=A0=91=EC=86=8D=20=EC=A0=95=EB=B3=B4,=20=EA=B5=AC=EC=A1=B0,?= =?UTF-8?q?=20=EA=B0=9C=EB=B0=9C=20=EC=BB=A4=EB=A7=A8=EB=93=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..3d6da2e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,58 @@ +# VHills App - Project Documentation + +## Project Overview + +- **App Name**: vhills +- **Framework**: React Native 0.74.5 (TypeScript) +- **React Version**: 18.2.0 +- **Platforms**: Android, iOS +- **Node Requirement**: >= 18 + +## Repository & Server Info + +| Item | Detail | +|------|--------| +| **Gitea URL** | http://116.122.157.166:3001/javamon/app_vhills | +| **Gitea Account** | javamon / @W3e4r5t (admin) | +| **Git Remote** | http://116.122.157.166:3001/javamon/app_vhills.git | +| **Default Branch** | main | + +## Development Commands + +```bash +# Metro 서버 시작 +npm start + +# Android 실행 +npm run android + +# iOS 실행 +npm run ios + +# Lint +npm run lint + +# Test +npm test +``` + +## Project Structure + +``` +app_vhills/ +├── App.tsx # 앱 진입 컴포넌트 +├── index.js # 앱 등록 엔트리 +├── android/ # Android 네이티브 +├── ios/ # iOS 네이티브 +├── __tests__/ # 테스트 +├── package.json +├── tsconfig.json +├── babel.config.js +├── metro.config.js +└── jest.config.js +``` + +## Status + +- Initial boilerplate (react-native init) 상태 +- 추가 라이브러리 미설치