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

https://github.com/peterramsing/benton-county-career-convention


https://github.com/peterramsing/benton-county-career-convention

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# The site for the Benton County Career Convention

## Setup
* Requires [Ruby](https://www.ruby-lang.org/en/documentation/installation/)

Set up rbenv
https://github.com/rbenv/rbenv

* Requires [Bundler](https://bundler.io)
* `$ gem install bundler`

* `$ bundle install`

## Build
### Development
* `$ bundle exec jekyll s`

### Production
* `$ JEKYLL_ENV=production bundle exec jekyll build`

## Deploy
This is hosted on GitHub so pushing to `master` will deploy the site.