IIFF 프로젝트 초기 세팅 - Next.js 웹앱, i18n(EN/KO), Tailwind CSS, GSAP/Framer Motion 애니메이션, 프로젝트 문서 자동 생성
Incheon International Film Festival (NextWave) 프로젝트를 처음 시작할 때 이 스킬을 실행하면 모든 기본 구조를 자동으로 생성합니다.
포함 기능:
cd c:\WORK\IIFF && git init -b main
c:\WORK\IIFF\.gitignore 파일을 생성합니다:
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js
.next/
out/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
desktop.ini
# Build
dist/
build/
# Logs
*.log