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
+13 -4
View File
@@ -4,7 +4,7 @@ export default function HomePage() {
return (
<main className="mx-auto max-w-7xl px-4 py-16">
<div className="text-center">
<h1 className="text-5xl font-bold text-gray-900">Re:Link</h1>
<h1 className="text-5xl font-bold text-gray-900">Startover</h1>
<p className="mt-4 text-xl text-gray-600"> · · </p>
<p className="mt-2 text-gray-500">
1 ··
@@ -32,7 +32,10 @@ export default function HomePage() {
<p className="mt-2 text-sm text-gray-600">
, , .
</p>
<Link href="/stores/new" className="mt-3 inline-block text-sm text-blue-600 hover:underline">
<Link
href="/stores/new"
className="mt-3 inline-block text-sm text-blue-600 hover:underline"
>
</Link>
</div>
@@ -66,7 +69,10 @@ export default function HomePage() {
<p className="mt-2 text-sm text-gray-600">
, .
</p>
<Link href="/subsidies" className="mt-3 inline-block text-sm text-blue-600 hover:underline">
<Link
href="/subsidies"
className="mt-3 inline-block text-sm text-blue-600 hover:underline"
>
</Link>
</div>
@@ -76,7 +82,10 @@ export default function HomePage() {
<p className="mt-2 text-sm text-gray-600">
, , .
</p>
<Link href="/contracts" className="mt-3 inline-block text-sm text-blue-600 hover:underline">
<Link
href="/contracts"
className="mt-3 inline-block text-sm text-blue-600 hover:underline"
>
</Link>
</div>