Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 561 Bytes

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