Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

HackDalton/website2020

Repository files navigation

HackDalton: Website

The HackDalton public-facing website (hackdalton.com). Written with Jekyll.

Development

  1. Install Ruby
  2. Install Bundler
$ gem install bundler
  1. Install dependencies with bundler
$ bundle install
  1. Start development server
$ bundle exec jekyll serve