Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
88502e4
Fix: Regenerate package-lock.json for Azure deployment
AMackProjekt Jan 14, 2026
8bac7b1
Fix: ESLint compatibility, TypeScript checks, and quote escaping for …
AMackProjekt Jan 14, 2026
d50fceb
Fix: Reduce deployment size - exclude .next and out from git, deploy …
AMackProjekt Jan 14, 2026
3713300
Fix: Update deployment path and add directory listing for debugging
AMackProjekt Jan 14, 2026
b8f8033
Add Amazon book link to 'View on Amazon' button
AMackProjekt Jan 14, 2026
98f5dee
Remove QR code from contact section and add contact email details
AMackProjekt Jan 14, 2026
a2a08c1
Add reentry services page, update partnerships, add cyberpunk footer,…
AMackProjekt Jan 15, 2026
6bdfdf6
Update mentorship logo to KingMe and fix inline style linting errors
AMackProjekt Jan 15, 2026
1033854
Add Azure Functions backend API with health/readiness endpoints, proj…
AMackProjekt Jan 15, 2026
a1c84fc
Add QR code to interest form, mobile optimizations for navbar and cha…
AMackProjekt Jan 15, 2026
87c8ef9
Update homepage KPIs (Case Mgmnt, Resources), simplify interest form …
AMackProjekt Jan 15, 2026
4eff945
Fix ESLint errors - escape apostrophes
AMackProjekt Jan 15, 2026
1ca7dfc
Update version to 1.1.0 and fix build by excluding api/data-factory/p…
AMackProjekt Jan 15, 2026
2ebf176
Add social media integration and FREE SEO implementation guide
AMackProjekt Jan 16, 2026
953c1d1
Add social media automation system and SEO enhancements
AMackProjekt Jan 16, 2026
380dbc0
Add screenshot to README
AMackProjekt Jan 17, 2026
802a9dd
Initial plan
Copilot Jan 18, 2026
dd1b81e
Fix: Remove blank card from Get Started section and add portal-specif…
Copilot Jan 18, 2026
f3b2915
Address code review feedback: Use Button href prop and Footer component
Copilot Jan 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules/
.next/
out/
api/
data-factory/
portal-app/
apps/
automation/
*.config.js
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals"]
}
Loading