Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 264 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 264 Bytes

hackpdx.github.io

Website for HackPDX

Development

Make sure you have ruby, Jekyll, node, and npm installed. To run locally, run

./script/server

or

bundle install && npm install && jekyll serve --baseurl ''

To build:

./script/build