Skip to content

OpenSourceCornell/osc_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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