pythonph / pycon-2017

PyCon Philippines 2017

Home Page:https://pycon-2017.python.ph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCon PH 2017

Setup

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
yarn

Config

Config is retrieved from environment variables:

  • AIRTABLE_API_KEY - Airtable API key
  • AIRTABLE_ENDPOINT - Airtable API endpoint

Build

source venv/bin/activate
export $(cat .env | xargs) && python build.py && yarn build

About

PyCon Philippines 2017

https://pycon-2017.python.ph


Languages

Language:HTML 81.9%Language:CSS 11.4%Language:JavaScript 3.6%Language:Python 3.1%Language:Makefile 0.1%