CoolFace
Apppublic

gribsons/quant-tradingbot

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
vercel.json7 linesDownload Raw Back to root
1{2  "framework": "nextjs",3  "buildCommand": "npm run build",4  "outputDirectory": ".next",5  "installCommand": "npm install"6}7