Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/open-checkbook
https://github.com/cityofdetroit/open-checkbook
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cityofdetroit/open-checkbook
- Owner: CityOfDetroit
- License: mit
- Created: 2019-06-07T16:07:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T01:26:58.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.312Z (7 months ago)
- Language: JavaScript
- Size: 111 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`