This is the source repo for SoCalPython.org, the official SoCal Python website. 🐍
It's built using corvid and below instructions rely on Poetry.
- Install Poetry
- Run
poetry install
- Run
make serve
in a terminal window continuously - Go to http://localhost:8765
- Make changes
- Run
make build
in another terminal window - Refresh to see changes
- Repeat steps 3, 4, and 5 as needed
The site is deployed on Netlify from the main
branch of this repository.
The domain is registered by @nkantar through Hover, and SSL is provided by Let's Encrypt.
The SoCal Python community has a Code of Conduct, which covers contributing to this codebase as well as participating in the community in any way. Doing so implies you agree to abide by its terms.