Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 636 Bytes

File metadata and controls

12 lines (10 loc) · 636 Bytes

CoolCalcs

Description

CoolCalcs is a collection of cool calculators that I needed or found cool.

Running

  1. Create a local copy of the repository
  2. If not done so already, download and configure Node.js
  3. In poweshell, in the path of the folder holding the local copy of the resposity, paste and run the following command: npm install express, ejs, static
  4. In poweshell, in the path of the folder holding the local copy of the resposity, paste and run the following command: node index.js
  5. On your browser, paste in this URL http://localhost:8080/
  6. The site, then, should be available to use locally