This website is based on my Next.js template.
There is no special one-off setup required for this project to you can simply run the server bash or PowerShell script:
$ ./script/serveror
> .\script\server.ps1You should now be running in development mode on http://localhost:3000.
This runs next dev to get start in development mode rather than next start which start a production server. Note that next is installed as a node package locally so the next command isn't necessarily available directly from the command line so it is actually called using npm run dev.