feat: initialize aivideo project

This commit is contained in:
2026-04-17 18:33:05 +08:00
commit 14b18d67fe
162 changed files with 26251 additions and 0 deletions

9
启动命令.txt Normal file
View File

@@ -0,0 +1,9 @@
python -m pip install -r requirements.txt
copy .env.example .env
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
cd D:\project\AIVideo
npm install
npm --workspace frontend-web run dev
npm --workspace frontend-admin run dev