Search and visualize vendor spending data across city agencies from OCFO.
This repo is bootstrapped from the Gatsby 2 Semantic UI Starter and uses the gatsby-source-pg plugin to query PostgreSQL data.
Clone the repo and install dependencies:
git clone <>
cd open-checkbook
yarnSet your development or production environment variables by copying .env.example:
cp .env.example ./.env.developmentStart the development server: gatsby develop
Deploy to gh-pages: yarn run deploy