If your making this on your laptop or local PC use the command: (Once) npm install and npm run dev to start the site local only. Access it at http://localhost:3000/
If your deploying the site to a server di the following:
- Run "npm install"
- Run "npm run build"
- Run "npm run start"
Thats it