Website: http://ucsb-cs16-f16.github.io
To test locally:
- One time setup:
git clonethe repo- Install rvm (the Ruby version manager)
- Run
./setup.shto install correct ruby version, bundler version, and bundle the gems
- From then on, to test the site locally:
- Run `./jekyll.sh
- Point browser to localhost:4000