Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 480 Bytes

jacobshack-splash

This is the jacobsHack! Splash Page.

Attribution

This project is based on the HackMIT landing page. https://github.com/techx/hackmit-splash

The master branch is deployed at https://jacobshack.com.

Build and run website locally

The website can be built using Jekyll.

To install jekyll, use:

bundle install

This only has to be done once. Afterwards, you can spin up a local server with:

bundle exec jekyll serve