https://github.com/pyconuk/2019.pyconuk.org
PyCon UK 2019 Website
https://github.com/pyconuk/2019.pyconuk.org
Last synced: 24 days ago
JSON representation
PyCon UK 2019 Website
- Host: GitHub
- URL: https://github.com/pyconuk/2019.pyconuk.org
- Owner: PyconUK
- Created: 2018-10-28T13:34:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T05:31:36.000Z (over 4 years ago)
- Last Synced: 2025-02-06T12:48:07.341Z (about 1 year ago)
- Language: HTML
- Homepage: http://2019.pyconuk.org
- Size: 1.56 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCon UK Website 2019
This is the repo for [PyCon UK 2019's website](http://2019.pyconuk.org).
It consolidates multiple systems into one code base.
Many people committed their time and effort to the precursor projects.
However we would like to specially thank the following people:
* Kirk Northrop
* Owen Campbell
* Peter Inglesby
* Vincent Knight
## Install
make setup
This project uses [Pipenv](https://pipenv.readthedocs.io/en/latest/) to handle dependency installation and pinning, you will need it installed to install the requirements.
We recommend installing it with [pipsi](https://github.com/mitsuhiko/pipsi).
## Running
The following command is the fastest way to get up and running:
make run
Note: this project relies on environment variables locally to run.
A `.envrc` exists for use with [direnv](https://direnv.net/) (which will also run `pipenv shell` for you).