Skip to content

Website source code for NetworkX.

Notifications You must be signed in to change notification settings

networkx/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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