replit2 / start_preview.sh
Nhughes09
deploy: clean force push
c89a139
raw
history blame contribute delete
164 Bytes
#!/bin/bash
echo "Starting Local Preview..."
echo "The frontend will connect to: https://ndwdgda-hheuristics-datasets.hf.space"
cd frontend
npm install
npm run dev