Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 523 Bytes

Website for Samantha Todhunter

A static website, built using Gulp, Nunjucks templates, Sass and JavaScript

Requirements:

  • Node
  • NPM

Installation instructions:

Install Node and NPM.

Development:

To compile the site for development:

$ gulp

To compile the site for development and run a basic web server with BrowserSync capabilities:

$ gulp watch

To compile a shippable version of the site with optimised assets:

$ gulp ship

See gulpfile.js for compilation configuration