Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 557 Bytes

File metadata and controls

21 lines (14 loc) · 557 Bytes

PyLadies Website Pull Request

Summary

Have you confirmed the website builds locally with your changes?

  • Yes
  • No

To run the website build locally:

$ cd /root-of-forked-directory
$ python -m http.server # Defaults to port 8000, you can change by providing an additional integer for the desired port

Screenshot