https://github.com/simonv3/skagway-running-checks
Keeping track of Skagway's expenses
https://github.com/simonv3/skagway-running-checks
civic-data civic-tech
Last synced: 23 days ago
JSON representation
Keeping track of Skagway's expenses
- Host: GitHub
- URL: https://github.com/simonv3/skagway-running-checks
- Owner: simonv3
- Created: 2017-03-22T22:12:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T20:04:50.000Z (about 9 years ago)
- Last Synced: 2025-01-11T16:59:32.127Z (over 1 year ago)
- Topics: civic-data, civic-tech
- Language: JavaScript
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skagway-running-checks
Parsing & Visualizing
If you have a CheckRun file, you can parse it like so:
```
node process-checks.js .pdf
```
It'll get output in the `check-runs` folder according to the date it was run.
## Seeing output
TODO
## Seeing site locally
You'll need git, node, and jekyll.
Clone the site locally
```
git clone git@github.com:simonv3/skagway-running-checks.git
```
Move to the new directory:
```
cd skagway-running-checks
```
Then run jekyll:
```
jekyll serve
```