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

Latest commit

 

History

History
18 lines (16 loc) · 421 Bytes

File metadata and controls

18 lines (16 loc) · 421 Bytes

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