mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-07 04:52:42 +08:00
7 lines
229 B
Batchfile
7 lines
229 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
|
|
start "Backend" powershell -NoExit -Command "cd backend; conda activate bili; python main.py"
|
|
start "Frontend" powershell -NoExit -Command "cd BillNote_frontend; npm run dev"
|
|
|
|
start http://localhost:3015/ |