Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 278 Bytes

OpenSourceCornell.org

This is the source for the OpenSourceCornell website.

Building/Testing

To run a development server:

bundle install --path vendor/bundle
bundle exec jekyll serve

To run our tests:

./scripts/ci_test.sh