Skip to content

hackers-of-umass/hackers-of-umass.github.io

Repository files navigation

Hackers of UMass

Code for our website


Building the project

  • Requirements
    • Ruby
    • Jekyll: gem install jekyll

To build, clone the repo and run:

$ jekyll s

Go to localhost:4000 to see the website.

Want to add your name to this list?

  1. Fork, create a branch, and add your name to the list in _config.yml
  2. Propose a pull request with a helpful title like "Adding to the member list"
  3. Wait for an admin to merge it