git clone https://github.com/NerdyHomeReOpen/RiceCall.git
git clone –branch dev-0.1.13 https://github.com/NerdyHomeReOpen/RiceCall.git
git clone –branch rust-server https://github.com/NerdyHomeReOpen/RiceCall.git
git clone https://github.com/Nerdy-Home-ReOpen/rc-voice rc-voice-backend
yarn install
yarn electron-dev
cargo run –release – -c data/config.yaml –init
cargo install sqlx-cli –no-default-features –features sqlite
$env:DATABASE_URL=”sqlite:data/db.sqlite3”
cargo sqlx database create
cargo sqlx migrate run –source migrations
cargo sqlx prepare
要關閉VPN
到這邊
yarn install
yarn electron-dev
netstat -aon | findstr :3000
tasklist /FI "PID eq 17744"