File size: 164 Bytes
c89a139
 
 
 
 
 
1
2
3
4
5
6
7
#!/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