Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.02 KB

File metadata and controls

47 lines (29 loc) · 2.02 KB

SoCalPython.org

This is the source repo for SoCalPython.org, the official SoCal Python website. 🐍

It's built using corvid and below instructions rely on just, uv, modd, and devd.

Setup

  1. Install just, uv, modd, and devd
  2. Run uv sync

Developing

You can run just --list to see all available options.

  1. Run just dev to start the automa-build-and-serve process
  2. Go to http://localhost:8000
  3. Make changes
  4. Refresh to see changes
  5. Repeat steps 3 and 4 as needed

Infrastructure

The site is deployed on Netlify from the main branch of this repository. The domain is registered by @nkantar through Porkbun, and SSL is provided by Let's Encrypt.

Code of Conduct

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.