Skip to content

Official landing page for PomoCal: A macOS-native productivity tool that synchronizes Pomodoro sessions with Apple Calendar.

License

Notifications You must be signed in to change notification settings

PomoCal/pomocal.github.io

Repository files navigation

🌐 PomoCal 공식 랜딩 페이지

macOS 전용 학습 도구, PomoCal의 공식 소개 사이트 소스 코드입니다.
이 사이트는 https://pomocal.github.io/에서 확인할 수 있습니다.

🛠 Tech Stack

최대한 가볍고 빠르게 페이지를 띄우기 위해 Astro를 사용했습니다.

  • Framework: Astro v5.1.7
  • Styling: Standard CSS (Global)
  • Deployment: GitHub Pages

🚀 로컬 실행 방법

이 프로젝트를 로컬에서 수정하거나 확인하려면 아래 과정을 따라주세요.

  1. 의존성 설치

    npm install
  2. 개발 서버 실행

    npm run dev

    실행 후 http://localhost:4321에서 결과를 확인할 수 있습니다.

  3. 빌드

    npm run build

📂 프로젝트 구조

  • src/pages/: 다국어(KO, EN) 페이지 라우팅이 설정되어 있습니다.
  • src/components/: Hero, Features 등 섹션별 컴포넌트가 분리되어 있습니다.
  • src/i18n/: 한국어와 영어를 지원하기 위한 번역 파일이 포함되어 있습니다.
  • public/: 앱 다운로드 파일(.dmg)과 이미지 리소스가 담겨 있습니다.

🔗 관련 프로젝트

  • PomoCal Core: SwiftUI로 작성된 실제 macOS 앱 소스 코드입니다. (준비 중)

개인적으로 필요해서 시작한 프로젝트인 만큼, 제안이나 버그 제보는 언제나 환영합니다.

About

Official landing page for PomoCal: A macOS-native productivity tool that synchronizes Pomodoro sessions with Apple Calendar.

Topics

Resources

License

Stars

Watchers

Forks

Contributors