Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 540 Bytes

File metadata and controls

28 lines (18 loc) · 540 Bytes

pycal.org

Source for pycal.org — the Python Calendaring Ecosystem website. Built with Jekyll.

Prerequisites

Setup

bundle install
pre-commit install

Local development

bundle exec jekyll serve

Open http://localhost:4000.

Deployment

Pushes to main are automatically built and deployed to GitHub Pages.