hacks / hacks.github.io

The website for NU Hacks, a weekly social event for hackers and makers
https://nuhacks.io
16 stars 14 forks source link

hacks 🐙

pages

NU Hacks is a student club at Northeastern University's Khoury College of Computer Sciences. The organization has been running since 2012 and has been a informal discussion space for students to learn from each other, present projects, and just come and hang out.

Check out the codebase for our website and feel free to add changes if you'd like 😎

Style Guide

Images

Font/ Type

H1: 36pt H2: 28pt Paragraph: 14pt #d2dad3

navigation: #c5e0da/ #f9ada0

Colors


Setup

git clone https://github.com/hacks/hacks.github.io.git && cd hacks.github.io && yarn install

Hot-reload for Local Development

yarn serve

Minimized Production Build

Default output folder is dest.

yarn build