Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 283 Bytes

kpireporter.com

The web assets for the kpireporter.com site.

Building

# To build the assets out to a destination dir
./run.sh jekyll build
# To run the local dev server
./run.sh jekyll serve
# To update gems/the bundle
./run.sh bundle update