Spaces:
Paused
Paused
# Activate the conda environment | |
source /opt/conda/etc/profile.d/conda.sh | |
conda activate mgd | |
# Start the Flask backend | |
python /api/app.py & | |
# Start the Next.js frontend | |
cd /frontend | |
npm run start | |