Skip to content

efface-studio/ORStudios-Client

Repository files navigation

원룸스튜디오 (One Room Studio)

게임 스튜디오 공식 홈페이지 — Next.js 15 (App Router) + TypeScript + Tailwind CSS + next-intl(KO/EN).

개발

npm install
npm run dev

http://localhost:3000 접속 시 브라우저 언어에 따라 /ko 또는 /en으로 리다이렉트됩니다.

구조

  • app/[locale]/ — 모든 라우트는 locale 세그먼트 아래.
  • components/sections/ — Hero, GamesGrid, NewsList, CtaContact 등 페이지 섹션.
  • components/layout/ — Header, Footer, LocaleSwitcher.
  • components/ui/ — Container, Button, SectionHeading.
  • content/ — 게임/뉴스/채용 데이터 (TS 모듈, 추후 CMS/MDX 교체 가능).
  • i18n/ — next-intl 설정 + messages/{ko,en}.json.
  • lib/siteConfig.ts — 회사명·이메일·SNS 링크 한곳.

콘텐츠 추가

  • 게임 추가: content/games.tsgames 배열에 항목 추가 (slug 유니크).
  • 뉴스 추가: content/news.tsnews 배열에 추가.
  • 채용 추가: content/careers.ts.
  • 다국어 UI 문자열: i18n/messages/{ko,en}.json.

빌드 / 배포

npm run build
npm run start

Vercel에 그대로 배포 가능합니다.

About

[ ORStudioㅣClient ] (주)원룸스튜디오 회사 홈페이지

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages