Rename project from Re:Link to Startover

Rebrand repository from "Re:Link" to "Startover" across the codebase. Updates include package names and scopes (@relink/* -> @startover/*), import paths, Next.js transpile settings, vitest name, UI text and docs, Dockerfile and CI/workflow names, deploy scripts and repo paths, and example/production env values. Also add auth-related env vars, an apps/web .env symlink, and small formatting/typing cleanups in several TSX/TS files and tests to accommodate the rename.
This commit is contained in:
Johngreen
2026-03-08 20:22:08 +09:00
parent 557559c654
commit 7f59b94dcf
101 changed files with 361 additions and 281 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Re:Link 이벤트 스키마 정의서
# Startover 이벤트 스키마 정의서
> 문서 코드: D004
> 버전: 1.0.0
@@ -23,7 +23,7 @@
### 1-1. 목적
이 문서는 Re:Link 플랫폼에서 `EventLog` 테이블에 저장되는 도메인 이벤트의 규격을 정의한다.
이 문서는 Startover 플랫폼에서 `EventLog` 테이블에 저장되는 도메인 이벤트의 규격을 정의한다.
이벤트 로그는 세 가지 목적으로 활용된다.