Initial commit

This commit is contained in:
Haitham Khalifa
2026-02-16 12:02:45 +01:00
commit 11252e6520
37 changed files with 8118 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Run this from d:\Projects\SiteMente (or your local code folder)
# Replace YOUR_USERNAME with your GitHub username
Set-Location $PSScriptRoot
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/HaithamEKhalifa/sitemente.git
git push -u origin main