Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 646 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 646 Bytes

Hack for Western Mass Website

This website is built with Jekyll and hosted on GitHub Pages.

To contribute, either edit Markdown files through GitHub or create a local repository:

git clone https://github.com/hackforwesternmass/hackforwesternmass.github.io.git

Install dependencies locally:

cd hackforwesternmass.github.io
bundle install

Run locally for development:

jekyll serve

Changes pushed back to the master branch will be automatically deployed.