Simple site where folks can find event-related links.
- Install Jekyll's requirements and
then
gem install bundler
. - From the root directory, run
bundle install
, which will install jekyll and the other required packages. - From the root directory, run
bundle exec jekyll s --watch --livereload
, then openlocalhost:4000
in your browser