A rookie's guide to Torque and the skills required for it.
To run this, utilize NodeJS and npm. Downloading Node by itself should do the trick, as it downloads npm with it.
Once Node and npm have been downloaded, navigate to the file directory and run "npm install http-server -g". Take care to include the -g argument, as this makes the http-server command work globablly, something you'll need.
The server does NOT need to be restarted upon file changes to the host. The website will utilize the new information upon a user refreshing the website.
To launch, run "http-server" in the file directory. The website can then be access using localhost, the host device's local IP, or the host devices' global IP. (Converting this to a URL instead of an IP is in progress.)
Davis Jenney (2023-2027)