Skip to content

Pinjasaur/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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