UB_VSA / start.sh
Apurva Umredkar
fixed starter program, should complete build phase first before running servers
69d8dfb
raw
history blame contribute delete
93 Bytes
#!/bin/bash
python main.py --build
python main.py --api &
python main.py --frontend &
wait