Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 958 Bytes

File metadata and controls

17 lines (12 loc) · 958 Bytes

TorqueLearn v2

A rookie's guide to Torque and the skills required for it.

Running Server

To run this, utilize NodeJS and npm. Downloading Node by itself should do the trick, as it downloads npm with it.

Initial Startup

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.

Launching

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.)

Authors

Davis Jenney (2023-2027)