CoolFace
Apppublic

chenchujian/skull-king

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
render.yaml11 linesDownload Raw Back to root
1services:2  - type: web3    name: skull-king-game4    env: node5    plan: free6    buildCommand: npm install && npm run build7    startCommand: npm start8    envVars:9      - key: NODE_ENV10        value: production11