Skip to content

kimjisub/unipad.io

Repository files navigation

UniPad - unipad.io

스마트폰으로 Launchpad를 연주할 수 있는 앱, UniPad의 공식 웹사이트입니다.

Tech Stack

  • Framework: Next.js 16 (App Router, Turbopack)
  • Language: TypeScript, React 19
  • Styling: Tailwind CSS, Radix UI
  • Animation: Framer Motion
  • i18n: next-intl (한국어 / English)

Getting Started

pnpm install
pnpm dev

Environment Variables

Store download proxy allowlist can be extended by setting:

STORE_DOWNLOAD_ALLOWED_HOSTS=example.com,cdn.example.com,*.googleusercontent.com
# note: *.unipad.io is allowed by default

Firebase web config should be provided in .env.local with NEXT_PUBLIC_FIREBASE_* keys.

Project Structure

src/
├── app/[locale]/(with-layout)/
│   ├── page.tsx          # 홈
│   ├── docs/             # UniPack 문서, 이용약관
│   └── notices/          # 공지사항
├── components/           # UI 컴포넌트
├── data/                 # 공지사항 데이터
└── i18n/                 # 다국어 설정 및 번역 파일

Links

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages