Infrastructure as code for static HTTPS websites
Assuming you have Python 3 installed as per python --version
- Clone the repository
git clone https://github.com/family-guy/test-website.git
cd /path/to/test-website
python -m http.server
- Navigate to
http://localhost:8000/src/
in a browser, you should see the contents ofindex.html
This repository is more for personal use, but any comments / pull requests are welcome.