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.
- Makefile 삭제 → justfile. `just run dev`(둘 다) / `just run fe` / `just run be` + install/test/e2e/lint/format/health/seed/migrate/clean 레시피 - 개발 포트를 흔한 dev 포트(3000/5173/8000/8080)와 충돌 없는 31xxx 대역으로: 프론트 :3000→:31300, 백엔드 :8000→:31800. 전 참조 일괄 변경 (package.json/next.config/lib api 기본값/playwright config·fixture/.env*.example/ config.py FRONTEND_ORIGIN/scripts/dev.sh/CI/README) - E2E 견고화: inbox/tasks/dashboard spec 에 beforeAll(resetSeed) 추가 → 직렬 전체 실행에서 앞 spec 의 캡처 누적과 격리(결정성↑, 전체 39 e2e 29.7s) 검증(새 포트): 백엔드 pytest 63 · 프론트 vitest 69 · playwright 39 전부 통과, tsc/eslint/ruff clean, build OK. 라이브: :31300↔:31800 CORS·SSR fetch·/ 리다이렉트 정상, `just health`/`just run` 동작, 옛 포트 참조 0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
2 months ago | |
|---|---|---|
| .. | ||
| app | 2 months ago | |
| components | 2 months ago | |
| lib | 2 months ago | |
| playwright | 2 months ago | |
| public | 2 months ago | |
| styles | 2 months ago | |
| tests | 2 months ago | |
| .gitignore | 2 months ago | |
| .prettierrc | 2 months ago | |
| AGENTS.md | 2 months ago | |
| CLAUDE.md | 2 months ago | |
| README.md | 2 months ago | |
| eslint.config.mjs | 2 months ago | |
| next.config.ts | 2 months ago | |
| package.json | 2 months ago | |
| playwright.config.ts | 2 months ago | |
| pnpm-lock.yaml | 2 months ago | |
| tsconfig.json | 2 months ago | |
| vitest.config.ts | 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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
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.