Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 771 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 771 Bytes

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.