/portfolio

Primary LanguageSCSSApache License 2.0Apache-2.0

View

Instructions

  1. Install Node JS and Gulp globally.

  2. Install Gulp and the other Node packages. This may take a while:

    npm install
    
  3. Run the app:

    gulp serve
    
  4. Edit the data and media files. Your changes should show up on in the browser immediately while gulp serve is still running.

  5. When you're done, generate the minified HTML/JavaScript/CSS/media files:

    gulp
    
  6. When you want to deploy them after generating the files:

    gulp deploy