Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 458 Bytes

conference.pytexas.org

Website for the Annual PyTexas Conference

Local Dev

  • Install Poetry
  • Use the following two commands to start the devserver:
    poetry install
    poetry run make devserver
  • Navigate to http://localhost:8000 to find your site. Do not use http://127.0.0.1:8000 as it will result in a broken pipe error and will not hot-reload.