Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 835 Bytes

File metadata and controls

27 lines (17 loc) · 835 Bytes

PyLadiesCon website

This repository contains the content for the main PyLadiesCon website that serve as an index for the many resources that the conference has; including the blog, the documentation, and static website for each year.

Services Overview

The following Mermaid diagram shows how the PyLadiesCon services interact with each other and with external services like Pretalx, Discord, and YouTube.

See it rendered here: Infrastructure Diagram

Development

First install pnpm if you don't have it already.

Then install the dependencies and start the development server:

pnpm install
pnpm dev

Theme

This is a modification of the Bookworm Light astro theme.