Tutorial or Guide for Local PC

Is there a guide or tutorial for setting up a local build of PC?

I downloaded the Zip, using VS code, I have opened it and installed NPM. But I can’t seem to figure out what to do next.

Can you detail a bit more about what you mean by local PC? Do you mean self hosting the build? Or are you looking to do something else?

Sorry, clarification. Self hosting the build (I think), to do builds locally. So that we can do local server testing

If you only need to host the build, publish to a ZIP and serve with a local server.

If you have python install, you can use python as detailed here: https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server#running_a_simple_local_http_server

This is what I use if I need to host a build locally for whatever reason.

If you need HTTPS, then I use the above method and route to a HTTPS tunnel with https://ngrok.com/