add freelance page components and localization for English and French

This commit is contained in:
2026-06-02 14:24:06 +02:00
parent 198e5e8a31
commit cbbfa81d7e
5 changed files with 565 additions and 14 deletions
+5 -1
View File
@@ -8,7 +8,11 @@
"WebFetch(domain:localhost)",
"Bash(curl -s http://localhost:3000/fr)",
"Bash(npx tsc *)",
"Bash(npm install *)"
"Bash(npm install *)",
"Bash(Get-ChildItem -Path \"d:\\\\2 - Projets\\\\matheoguilbert.fr\" -Recurse -Depth 2)",
"Bash(Select-Object -First 50)",
"Bash(Format-Table FullName)",
"PowerShell(Get-ChildItem -Path \"d:\\\\2 - Projets\\\\matheoguilbert.fr\" -Recurse -Depth 2 | Select-Object -ExpandProperty FullName | Where-Object { $_ -notmatch 'node_modules|\\\\.next' } | Select-Object -First 80)"
]
}
}