Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 488 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 488 Bytes

DDD Melbourne Website

Created using Hugo, deployed using Wercker, hosted by Firebase.

Running locally

  1. Run node ./node_modules/gulp/bin/gulp.js build to generate css and js assets.
  2. Run hugo server to start the site locally on port 1313.

Running locally with file watch and auto reload

  1. Run node ./node_modules/gulp/bin/gulp.js watch to generate css and js assets with watch.
  2. Run hugo server -w to start the site locally on port 1313 with watch and reload.