https-localhost
HTTPS server running on localhost
File Explorer
Download Latest Version (.zip)- devcontainer.json
- bug_report.md
- feature_request.md
- codeql-analysis.yml
- release.yml
- stale.yml
- test.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- 404.html
- static.html
- test.js
- .eslintrc.json
- .gitignore
- certs.js
- index.js
- LICENSE
- Looking-for-contributor.md
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/daquinoaldo/https-localhost
Downloads the entire project code from GitHub to your computer.
cd https-localhost
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
brew install nss
Installs the pre-built package via Homebrew โ no source build required.
sudo apt install libnss3-tools
Installs directly from the APT package repository (Debian/Ubuntu-based).
npm i -g --only=prod https-localhost
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm i -g --only=prod https-localhost
Installs the package published on the npm registry globally โ no need to clone the source.
npm i -s https-localhost
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
