Nutlope / roomGPT

Upload a photo of your room to generate your dream room with AI.
https://www.roomgpt.io/
MIT License
9.94k stars 1.33k forks source link

How to change port 3000 #108

Open style6 opened 9 months ago

style6 commented 9 months ago

How to change port 3000

charan-sai-v commented 9 months ago

Go to package.json, add -p PORT_NUMBER in dev, and start scripts like this

"scripts": { 
    "dev": "next dev -p 8080",
    "start": "next start -p 8080",
},