Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 366 Bytes

File metadata and controls

24 lines (17 loc) · 366 Bytes

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