Files
aivideo/启动命令.txt

9 lines
253 B
Plaintext

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