Initial commit: AI platform app (server, views, lib, data, deploy docs)

Made-with: Cursor
This commit is contained in:
2026-04-03 20:45:17 +09:00
commit da39cfeef9
70 changed files with 17506 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<% (lectures || []).forEach((lecture) => { %>
<%- include('lecture-card', { lecture }) %>
<% }) %>