# pymcon **Repository Path**: mirrors_pymc-devs/pymcon ## Basic Information - **Project Name**: pymcon - **Description**: Website for PyMCon - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Repo for Pymcon webpage ## To run locally 1. Get the jekyll docker image with `docker pull jekyll/jekyll` 2. Get into container bash with `make serve` 3. Run `bundle install` in docker shell 4. Run `bundle exec jekyll serve --incremental -H 0.0.0.0` in docker shell At this point you should be able to connect to server using a browser at `127.0.0.1:4000` or open the local `index.html` file in the build.