feat: initial commit of AI Comic Generator

This commit is contained in:
p
2026-01-17 15:26:14 +08:00
commit 06d76e0e69
278 changed files with 8612 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
cd frontend
echo Installing dependencies (if needed)...
call pnpm install
echo Starting Frontend...
call pnpm dev