Initial commit: AIFO official portal web.

Add static site, shared layout, and Node dev server with standard .gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-30 15:29:50 +08:00
commit 4d30803b60
1154 changed files with 184340 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "aifo-portal-web",
"private": true,
"description": "AIFO static portal with shared layout components",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"migrate:layout": "node scripts/migrate-layout.mjs"
},
"dependencies": {
"express": "^4.21.2"
}
}