Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 404 Bytes

portfolio

This site collects my resume and some case studies of projects I have worked on. It is hosted by GitHub via github pages.

Development Setup

This site uses npm start to run the gulp watch task which will:

  • Compile Sass into CSS, as well as autoprefix and minify the CSS
  • Build the site using Jekyll
  • Use Browser Sync to view the built site
  • Watch for subsequent changes