Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 323 Bytes

Teaser website for BostonHacks 2019.

To run the development version :

bundle exec jekyll serve

Having Problems?

Project runs with Ruby bundler 2.0.2. Check what bundler verision you have with

bundler -v

If it's not the same run:

gem install bundler -v '2.0.2'

and

bundle install