You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim ebba607f49 feat(calendar): 실연동 일정·반복(recurrence)·일정 에디터·드래그/뷰 개선
- Google/Outlook 캘린더 실연동 라우터, 회의 머티리얼라이즈 갱신
- 반복 일정·RSVP·알림, EvEditor(생성/편집) 추가, 월/주/일 뷰·미니캘린더 개선
- 라우팅 [[...slug]], 관련 테스트(api_calendar·phase16·views)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
..
app feat(calendar): 실연동 일정·반복(recurrence)·일정 에디터·드래그/뷰 개선 2 months ago
components feat(calendar): 실연동 일정·반복(recurrence)·일정 에디터·드래그/뷰 개선 2 months ago
lib feat(calendar): 실연동 일정·반복(recurrence)·일정 에디터·드래그/뷰 개선 2 months ago
playwright chore: 라이프OS 광역 기능 제거(agents·rag·life·research·trip·errand) 2 months ago
public Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
styles feat(calendar): 실연동 일정·반복(recurrence)·일정 에디터·드래그/뷰 개선 2 months ago
tests feat(calendar): 실연동 일정·반복(recurrence)·일정 에디터·드래그/뷰 개선 2 months ago
.gitignore Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
.prettierrc Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
AGENTS.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
CLAUDE.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
Dockerfile feat: 포스트-MVP(phase 7~15) + 설정 페이지 전체 구현 2 months ago
README.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
eslint.config.mjs Phase 3: 작업(Tasks) 페이지 2 months ago
next.config.ts feat: 포스트-MVP(phase 7~15) + 설정 페이지 전체 구현 2 months ago
package.json chore: Makefile→justfile + 개발 포트 unique화(31300/31800) 2 months ago
playwright.config.ts feat: 포스트-MVP(phase 7~15) + 설정 페이지 전체 구현 2 months ago
pnpm-lock.yaml Phase 3: 작업(Tasks) 페이지 2 months ago
proxy.ts feat: 포스트-MVP(phase 7~15) + 설정 페이지 전체 구현 2 months ago
tsconfig.json Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
vitest.config.ts Phase 1: 디자인 시스템 & 앱 셸 2 months ago

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.