Skip to content

oduacm/hackathon2017

Repository files navigation

ODU Royal Hacks Website

How to develop

  1. Install nodejs
  2. Install gulp cli globally
npm install --global gulp-cli
  1. clone repo
  2. cd into folder
  3. install dependencies
npm install
  1. build the html pages using
gulp nunjucks

Optionally (Recommended)

  1. Install the livereload chrome extension.
  2. enable livereload
  3. Run
gulp start

in the root of the project folder.

This will watch the files in the directory for changes and automatically build and refresh your browser tab when updated.

data.json

Currently holds data relating to members/officers and social media account links.