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
yarn
Set your development
or production
environment variables by copying .env.example
:
cp .env.example ./.env.development
Start the development server: gatsby develop
Deploy to gh-pages: yarn run deploy