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

robzwolf/hack-the-sky

 
 

Repository files navigation

Hack the Sky

Check out the demo site

Forked from Hackathon Template Jekyll.

Quick Start

Install Jekyll on macOS

Note: The following installation instructions are for macOS only.

  1. Install Ruby using rbenv.
  2. Install Jekyll.

Boot Site

Note: These instructions apply to all operating systems.

  1. Install the jekyll and bundler gems.
    gem install jekyll bunder
    
  2. Install more dependencies
    bundle install
    
  3. Build the site and make it available on a local server with live reload.
    bundle exec jekyll serve --livereload
    

What it's built with

Written in: HTML, Javascript, CSS (I don't think I need to link these...)

Uses: Jekyll,SASS

About

A starting point for hackathon websites.

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • HTML 85.8%
  • SCSS 13.8%
  • Ruby 0.4%