Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 688 Bytes

File metadata and controls

13 lines (8 loc) · 688 Bytes

Python for Lunch

All the information about Python for Lunch (i.e., prior and upcoming talks, contributing instructions, and extra resources) is visible on the Python for Lunch website.

Building this website locally

This website codebase uses uv and zensical. To get started (assuming you have uv installed):

  • clone this repo and cd into it
  • run uv run zensical serve to set up the environment and run the development server
  • run uv run zensical build to build the site for production

This project also uses pre-commit which you can optionally run locally (though not required as it's run in the cloud anyway).