Files
aivideo/启动命令.txt

12 lines
271 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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 run dev
用户前台http://localhost:3000
管理后台http://localhost:3000/admin/login