feat: Vollständiges Rebranding zu MiChess, Copyright Tom Misch
- Alle @chessu/ → @michess/ (Package-Namen und Imports) - Theme-Namen chessuDark/Light → michessDark/Light - Alle Display-Texte: chessu/Michess → MiChess - Autor: dotnize → Tom Misch - Copyright: Nathaniel Tampus → Tom Misch - README komplett neu (Deutsch, MiChess-spezifisch) - CONTRIBUTING.md neu - FUNDING.yml + CODE_OF_CONDUCT.md entfernt - Fork-Hinweis auf chessu bleibt im README erhalten (MIT-Pflicht) - pnpm-lock.yaml entfernt (wird beim Build neu generiert) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
14
Plan.md
14
Plan.md
@@ -1,10 +1,10 @@
|
||||
# Plan.md — Michess Entwicklungsplan
|
||||
# Plan.md — MiChess Entwicklungsplan
|
||||
|
||||
---
|
||||
|
||||
## Vision
|
||||
|
||||
**Michess** ist eine selbst-gehostete Schachplattform für eine private Community, inspiriert von Lichess.org.
|
||||
**MiChess** ist eine selbst-gehostete Schachplattform für eine private Community, inspiriert von Lichess.org.
|
||||
Läuft als Docker-Container auf einer Synology/QNAP NAS, komplett ohne Cloud-Abhängigkeit.
|
||||
|
||||
---
|
||||
@@ -14,12 +14,12 @@ Läuft als Docker-Container auf einer Synology/QNAP NAS, komplett ohne Cloud-Abh
|
||||
### 1.1 Projekt-Setup
|
||||
- [x] chessu (MIT) als Basis klonen
|
||||
- [x] Brain.md & Plan.md erstellen
|
||||
- [ ] Git remote auf `https://git.mischlabs.de/MrDiderot/Michess.git` setzen
|
||||
- [ ] Git remote auf `https://git.mischlabs.de/MrDiderot/MiChess.git` setzen
|
||||
- [ ] Initaler Push (chessu-Basis + eigene Dateien)
|
||||
|
||||
### 1.2 Rebranding chessu → Michess
|
||||
### 1.2 Rebranding chessu → MiChess
|
||||
- [ ] `package.json` Namen anpassen
|
||||
- [ ] README durch Michess-README ersetzen
|
||||
- [ ] README durch MiChess-README ersetzen
|
||||
- [ ] Alle Titel/Meta-Tags im Frontend ändern
|
||||
- [ ] Logo-Platzhalter anpassen
|
||||
|
||||
@@ -131,7 +131,7 @@ CREATE TABLE IF NOT EXISTS "friendship" (
|
||||
### Aktueller chessu-Flow:
|
||||
`name + email + password` → Account erstellt
|
||||
|
||||
### Gewünschter Michess-Flow:
|
||||
### Gewünschter MiChess-Flow:
|
||||
1. `email + password` → Account erstellt (noch kein Nutzername)
|
||||
2. Weitergeleitet zu "Nutzername wählen" (einmalig, nicht änderbar)
|
||||
3. Nutzername prüfen: verfügbar? gültig? → bestätigen
|
||||
@@ -157,7 +157,7 @@ CREATE TABLE IF NOT EXISTS "friendship" (
|
||||
|
||||
```bash
|
||||
# Einmalige Erstinstallation auf der NAS:
|
||||
git clone https://git.mischlabs.de/MrDiderot/Michess.git michess
|
||||
git clone https://git.mischlabs.de/MrDiderot/MiChess.git michess
|
||||
cd michess
|
||||
cp .env.example .env
|
||||
# .env anpassen (Passwörter, Admin-Email, etc.)
|
||||
|
||||
Reference in New Issue
Block a user