1st commit

This commit is contained in:
2026-05-14 00:06:35 +09:00
commit 7e3b7619cd
11 changed files with 5334 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
echo "📦 Photo Renamer 설치 중..."
npm install
echo ""
echo "✅ 설치 완료! 앱을 시작합니다..."
npm start