virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
yarn
Config is retrieved from environment variables:
AIRTABLE_API_KEY
- Airtable API keyAIRTABLE_ENDPOINT
- Airtable API endpoint
source venv/bin/activate
export $(cat .env | xargs) && python build.py && yarn build