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
+3 -3
View File
@@ -1,12 +1,12 @@
# ===========================================
# Re:Link Production Environment Variables
# Startover Production Environment Variables
# Copy to .env.production and fill in values
# ===========================================
# Database
DB_USER=relink
DB_USER=startover
DB_PASSWORD=CHANGE_ME_STRONG_PASSWORD
DB_NAME=relink_prod
DB_NAME=startover_prod
# Redis
REDIS_PASSWORD=CHANGE_ME_STRONG_PASSWORD