Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
equalify-hub
Code
/
Commits
/ 056ae50
Added env-based configuration & improved deployment docs
Christopher Aitken
committed on Jan 28, 2026, 11:20 PM
Showing
15
changed files
+315 additions
-67 deletions
A
.env.example
+36
M
.gitignore
+6
-1
M
README.md
+168
-17
M
components/Layout.tsx
+10
-9
M
package.json
+1
-1
M
pages/about.tsx
+5
-4
M
pages/home.tsx
+5
-4
M
routes/public/about.ts
+4
-3
M
routes/public/feedback.ts
+3
-2
M
routes/public/home.ts
+6
-5
M
routes/public/static.ts
+7
-6
A
utils/config.ts
+47
M
utils/db.ts
+1
-1
M
utils/html.ts
+9
-8
M
utils/legacyLayout.ts
+7
-6
Browse files at this commit →