/portfolio

My portfolio.

Primary LanguageHTMLMIT LicenseMIT

portfolio

This is my personal portfolio site.

Unless noted otherwise, all content is under MIT License.

Usage/Developing

Assumes Node.js, Gulp, Bower, and Yarn are installed.

  1. Grab a copy of the repository and cd to the root of it
  2. Run yarn to grab dependencies
  3. Run gulp serve to spin up a local server with live-reloading
  4. Code away!
  5. Commit your changes