I’m trying to troubleshoot my netlify functions. It would be a lot easier if I could get netlify dev running, but the docs aren’t clear.
They just say install netlify cli and then run the command netlify dev
When I do this, it generates my static site, and then nothing happens. If i go to localhost:3000 there’s nothing there. I get no errors. It’s like it has worked. But I don’t know where I’m supposed to be looking.
My understanding of netlify dev is it runs a netlify server on my computer. Where does it do this!?
Any help would be much appreciated!