Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Latest commit

 

History

History

ohare-investigation

ohare-investigation

About

Title O'Hare investigation
Developer Patrick Judge
Link https://projects.bettergov.org/2019/ohare/investigation-billions-broken-promises/
Archie doc 1k_TCcVdwawniXem88D58mm3tFbwtXLDiDdgTpuKx6Ss
Spreadsheet n/a

© Better Government Association 2019

Dependencies

Make sure you have the latest version of node installed on your machine as well as the yarn package manager.

This repo using the workspaces feature of Yarn. Read more about workspaces.

Getting started

  1. Install dependencies, if you didn't already in the initial setup.
$ yarn
  1. Copy .env.example to .env. Commented and emphasized (#!) env variables should either be filled out or readable from elsewhere, e.g. ~/.bash_profile.
$ cp .env.example .env
# .env

DOCUMENT_ID="1k_TCcVdwawniXem88D58mm3tFbwtXLDiDdgTpuKx6Ss"

# Authorize googleapis using their default env variables
# See gulp/tasks/{archie,sheets}
#! GCLOUD_PROJECT=
#! GOOGLE_APPLICATION_CREDENTIALS=

# s3 / AWS variables
#! AWS_ACCESS_KEY_ID=
#! AWS_SECRET_ACCESS_KEY=
S3_PROD_BUCKET='projects.bettergov.org'
S3_STAGE_BUCKET='stage-projects.bettergov.org'
S3_REGION='us-east-1'
CLOUDFRONT_DISTRIBUTION_ID='E3TGYGX4OFUT9M'
  1. Finally, run the project.
$ yarn dev