로컬 개발 환경 가이드

  1. 레포 클론: git clone git@github.com:eunteddy/Taekcle.git
  2. 의존성: pnpm install
  3. 환경변수: cp .env.example .env.local 후 값 채우기 (Neon DSN, Google OAuth, AUTH_SECRET)
  4. 마이그레이션: pnpm db:migrate
  5. 실행: pnpm dev → http://localhost:3000

호스트 앱에서 로컬 Taekcle 가리키기

NEXT_PUBLIC_TAEKCLE_URL=http://localhost:3000
NEXT_PUBLIC_TAEKCLE_KEY=tkl_xxxxxxxxxxxxxxxx

키는 어드민 UI /api-keys에서 발급.