Repo for storing the HTML and docker container for my website.
To preview the website locally:
- Make sure Docker is installed
- Run:
docker-compose up --build - Open http://localhost:8000/scavenger.html in your browser
Changes to HTML and CSS files will be reflected immediately. Changes to nginx.conf require rebuilding the container. Press Ctrl+C to stop the server.