Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cityofdetroit/open-checkbook


https://github.com/cityofdetroit/open-checkbook

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# open-checkbook

Search and visualize vendor spending data across city agencies from OCFO.

This repo is bootstrapped from the [Gatsby 2 Semantic UI Starter](https://github.com/pretzelhands/gatsby-starter-semantic-ui) and uses the [gatsby-source-pg](https://www.gatsbyjs.org/packages/gatsby-source-pg/) plugin to query PostgreSQL data.

## Dev

Clone the repo and install dependencies:
```bash
git clone <>
cd open-checkbook
yarn
```

Set your `development` or `production` environment variables by copying `.env.example`:
```bash
cp .env.example ./.env.development
```

Start the development server: `gatsby develop`

Deploy to gh-pages: `yarn run deploy`