Survival Guide Navigation Tools World Map Greenery

To use the "Download All PDFs (ZIP)" button and get all guides at once, you must run a local web server. This is required because browsers block JavaScript from accessing local files directly for security reasons.

Step-by-Step Instructions

  1. Open a terminal in your project directory.
  2. Run this command:
    python3 -m http.server 8080
  3. Open your browser and go to:
    http://localhost:8080/index.html
  4. Click the "Download All PDFs (ZIP)" button. All PDFs will be downloaded as a single ZIP file.
Tip: You can still download individual PDFs using the other buttons, even without a server. The ZIP download only requires a server because of browser security rules.

Troubleshooting