To use the Search function, start by (on windows):
Download python (https://www.microsoft.com/store/productId/9PNRBTZXMB4Z?ocid=pdpshare).
Python is a free programming language and should be installed on Windows without needing administrator rights.


Once Python is downloaded and installed you can either:
1. 
Run start_html_with_server.bat
The server can be stopped simply by closing the Command window.

2. 
Open a command prompt (can be done by typing “cmd” in Windows search bar).
Navigate to the location where the html files are (index.html) using the line “cd C:\path\folder\”
Once in your folder, run the command line “python -m http.server”. you can copy and paste this command directly in the command prompt.
Go on your browser and run http://localhost:8000/.
Now the searches should give you the results of the pages.
The server can be stopped simply by closing the Command window or by pressing CTRL+C.



In any case, the other functionalities work by simply running index.html.






Transurb 2024.