feat: complete ANL lab homepage with light/dark theme, responsive layout, and 100% SSG E2E test suite

This commit is contained in:
2026-07-30 20:15:40 +09:00
parent d833252217
commit 36a4cd851e
20 changed files with 1266 additions and 105 deletions
+1
View File
@@ -5,6 +5,7 @@
"description": "Reference prototype landing page for 경북대학교 컴퓨터학부 AI 에이전트 네트워크 연구실 (ANL / AI Agent Networking Lab).",
"scripts": {
"dev": "next dev",
"clean": "rm -rf .next tsconfig.tsbuildinfo",
"build": "next build",
"start": "next start",
"lint": "next lint"