How to host the website locally? Clone repository: run in terminal--> git clone https://github.com/networkx/website.git Got to cd website/build Run python3 -m http.server 8000 In browser: http://localhost:8000/index.html