Website for the Annual PyTexas Conference
- Install Poetry
- Use the following two commands to start the devserver:
poetry install poetry run make devserver
- Navigate to
https://localhost:8000
to find your site. Do not usehttps://127.0.0.1:8000
as it will result in a broken pipe error and will not hot-reload.