Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 309 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 309 Bytes

Dev Start

cd front
npm install
npm run dev
# open another terminal
cargo run

open http://127.0.0.1:5173 on web-browser

Build and run

cd front
npm run build

cd .. # go back root path
cargo build --release
export RUST_LOG=info
./target/release/vtb_front -d front/dist